Author: jleroux
Date: Mon Aug 7 13:24:05 2006
New Revision: 429462
URL:
http://svn.apache.org/viewvc?rev=429462&view=revLog:
A patch from Christian Geisert : the link to the Product Categories from Edit Tax Authority Product Categories was wrong.
Tested OK, thanks Christian.
Modified:
incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml
Modified: incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml?rev=429462&r1=429461&r2=429462&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml Mon Aug 7 13:24:05 2006
@@ -75,7 +75,7 @@
<field name="taxAuthGeoId"><hidden/></field>
<field name="productCategoryId" title="${uiLabelMap.ProductCategory}" widget-style="tabletext">
<display-entity entity-name="ProductCategory" description="${description}">
- <sub-hyperlink description="${productCategoryId}" target="/catalog/control/EditProductCategory?productCategoryId=${productCategoryId}" target-type="inter-app" link-style="buttontext"/>
+ <sub-hyperlink description="${productCategoryId}" target="/catalog/control/EditCategory?productCategoryId=${productCategoryId}" target-type="inter-app" link-style="buttontext"/>
</display-entity>
</field>