|
Hi,
I just noticed that the link to the Product Categories from
Edit Tax Authority Product Categories is wrong.
As it's a trivial fix I've attached a patch.
--
Christian
Index: applications/accounting/widget/TaxAuthorityForms.xml
===================================================================
--- applications/accounting/widget/TaxAuthorityForms.xml (Revision 429338)
+++ applications/accounting/widget/TaxAuthorityForms.xml (Arbeitskopie)
@@ -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>
|