Author: jleroux
Date: Wed Dec 20 09:11:00 2006
New Revision: 489144
URL: http://svn.apache.org/viewvc?view=rev&rev=489144
Log:
A patch from Lukas Steiner "Invalid link to product on invoice-overview" (https://issues.apache.org/jira/browse/OFBIZ-556).
Modified:
incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?view=diff&rev=489144&r1=489143&r2=489144
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
(original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
Wed Dec 20 09:11:00 2006
@@ -141,7 +141,7 @@
<field name="amount" widget-area-style="tabletextright" use-when="uomId==null"><display
type="currency" currency="${invoice.currencyUomId}"/></field>
<field name="total" widget-style="tabletext" use-when="uomId!=null"><display
type="currency" currency="${uomId}"/></field> <!-- this should not look like
something you can modify, hence "tabletext" -->
<field name="total" widget-style="tabletext" use-when="uomId==null"><display
type="currency" currency="${invoice.currencyUomId}"/></field> <!-- this should
not look like something you can modify, hence "tabletext" -->
- <field name="productId" widget-style="linktext"><hyperlink target="EditProduct?productId=${productId}"
description="${productId}"/></field>
+ <field name="productId" widget-style="linktext"><hyperlink target="/catalog/control/EditProduct?productId=${productId}"
target-type="inter-app" description="${productId}"/></field>
<field name="overrideGlAccountId" widget-area-style="tabletextright"><hyperlink
target="GlAccountNavigate?glAccountId=${overrideGlAccountId}" description="${overrideGlAccountId}"/></field>
<field name="overrideGlAccountId"><hidden/></field>
<field name="uomId"><hidden/></field>
|