Author: hansbak
Date: Mon Sep 11 02:54:38 2006
New Revision: 442147
URL:
http://svn.apache.org/viewvc?view=rev&rev=442147Log:
deleting a tax authority link was missing a parameter:fixed
Modified:
incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml
Modified: incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml?view=diff&rev=442147&r1=442146&r2=442147==============================================================================
--- incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml (original)
+++ incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml Mon Sep 11 02:54:38 2006
@@ -193,7 +193,7 @@
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
<field name="deleteLink" title="" widget-style="buttontext">
- <hyperlink target="deletePartyTaxAuthInfo?partyId=${partyId}&taxAuthGeoId=${taxAuthGeoId}&fromDate=${fromDate}"
+ <hyperlink target="deletePartyTaxAuthInfo?partyId=${partyId}&taxAuthPartyId=${taxAuthPartyId}&taxAuthGeoId=${taxAuthGeoId}&fromDate=${fromDate}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
</form>