You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/03/12 23:42:29 UTC

svn commit: r636549 - /ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml

Author: jacopoc
Date: Wed Mar 12 15:42:25 2008
New Revision: 636549

URL: http://svn.apache.org/viewvc?rev=636549&view=rev
Log:
Fix to variable name.

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml?rev=636549&r1=636548&r2=636549&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml Wed Mar 12 15:42:25 2008
@@ -467,7 +467,7 @@
                 </entity-options> 
             </drop-down>
         </field>
-        <field name="geoId" use-when="agreementPartyApplic!=null"><display/></field>
+        <field name="geoId" use-when="agreementGeographicalApplic!=null"><display/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>