You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2006/11/28 15:40:13 UTC

svn commit: r480068 - /incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml

Author: sichen
Date: Tue Nov 28 06:40:11 2006
New Revision: 480068

URL: http://svn.apache.org/viewvc?view=rev&rev=480068
Log:
Fix billing account form's bad label for billing account id.  OFBIZ-493 from Jacques Le Roux

Modified:
    incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml

Modified: incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml?view=diff&rev=480068&r1=480067&r2=480068
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Tue Nov 28 06:40:11 2006
@@ -23,12 +23,10 @@
         <alt-target use-when="billingAccount==null" target="createBillingAccount"/>
         <auto-fields-service service-name="updateBillingAccount" map-name="billingAccount"/>
  
-        <field name="description"><text size="60"/></field>
- 
-        <field use-when="billingAccount!=null" name="billingAccountId" title="${uiLabelMap.PartyParty}" tooltip="${uiLabelMap.CommonNotModifRecreat}" widget-style="tabletext"><display/></field>
-        <field use-when="billingAccount==null&amp;&amp;billingAccountId==null" name="billingAccountId" title="${uiLabelMap.PartyParty}"><lookup target-form-name="LookupPartyName"/></field>
-        <field use-when="billingAccount==null&amp;&amp;billingAccountId!=null" name="billingAccountId" title="${uiLabelMap.PartyParty}" tooltip="${uiLabelMap.CommonCannotBeFound}:[${billingAccountId}]"><lookup target-form-name="LookupPartyName"/></field>
+        <field name="description"><text size="60"/></field> 
         
+        <field use-when="billingAccount!=null" name="billingAccountId" tooltip="${uiLabelMap.CommonNotModifRecreat}" widget-style="tabletext"><display/></field>
+                
         <field name="accountCurrencyUomId">
             <drop-down allow-empty="false" no-current-selected-key="USD">
                 <entity-options entity-name="Uom" description="[${abbreviation}] ${description}" key-field-name="uomId">