Author: jleroux
Date: Mon Apr 6 06:32:38 2009
New Revision: 762219
URL:
http://svn.apache.org/viewvc?rev=762219&view=revLog:
Forgotten in last commit
Modified:
ofbiz/trunk/applications/accounting/widget/TaxAuthorityScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/TaxAuthorityScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TaxAuthorityScreens.xml?rev=762219&r1=762218&r2=762219&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/TaxAuthorityScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/TaxAuthorityScreens.xml Mon Apr 6 06:32:38 2009
@@ -198,8 +198,8 @@
<widgets>
<container>
<link target="EditTaxAuthorityPartyInfo" text="${uiLabelMap.AccountingNewTaxAuthorityPartyInfo}" style="buttontext">
- <parameter param-name="taxAuthPartyId" from-field="taxAuthPartyId"/>
- <parameter param-name="taxAuthGeoId" from-field="taxAuthGeoId"/>
+ <parameter param-name="taxAuthPartyId"/>
+ <parameter param-name="taxAuthGeoId"/>
</link>
</container>
<include-form name="FindTaxAuthorityParties" location="component://accounting/widget/TaxAuthorityForms.xml"/>
@@ -253,8 +253,8 @@
<widgets>
<container>
<link target="EditTaxAuthorityPartyInfo" text="${uiLabelMap.AccountingNewTaxAuthorityPartyInfo}" style="buttontext">
- <parameter param-name="taxAuthPartyId" from-field="taxAuthPartyId"/>
- <parameter param-name="taxAuthGeoId" from-field="taxAuthGeoId"/>
+ <parameter param-name="taxAuthPartyId"/>
+ <parameter param-name="taxAuthGeoId"/>
</link>
</container>
<include-form name="EditTaxAuthorityPartyInfo" location="component://accounting/widget/TaxAuthorityForms.xml"/>