svn commit: r442147 - /incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r442147 - /incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml

hansbak-2
Author: hansbak
Date: Mon Sep 11 02:54:38 2006
New Revision: 442147

URL: http://svn.apache.org/viewvc?view=rev&rev=442147
Log:
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}&amp;taxAuthGeoId=${taxAuthGeoId}&amp;fromDate=${fromDate}"
+            <hyperlink target="deletePartyTaxAuthInfo?partyId=${partyId}&amp;taxAuthPartyId=${taxAuthPartyId}&amp;taxAuthGeoId=${taxAuthGeoId}&amp;fromDate=${fromDate}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>