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

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

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

apatel-2
Author: apatel
Date: Sat Sep 15 23:51:01 2007
New Revision: 576053

URL: http://svn.apache.org/viewvc?rev=576053&view=rev
Log:
Added a field for quick add Bill-to PartyId while creating BillingAccount.

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

Modified: ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml?rev=576053&r1=576052&r2=576053&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Sat Sep 15 23:51:01 2007
@@ -97,6 +97,8 @@
 
         <field use-when="partyId != null" name="partyId"><hidden/></field>
         <field use-when="roleTypeId != null" name="roleTypeId"><hidden/></field>
+        <field name="partyId"  use-when="partyId == null" title="${uiLabelMap.AccountingPartyBilledTo}"><lookup target-form-name="LookupPartyName"/></field>
+        <field use-when="roleTypeId == null" name="roleTypeId"><hidden value="BILL_TO_CUSTOMER"/></field>
         
         <field name="accountCurrencyUomId">
             <drop-down allow-empty="false" no-current-selected-key="${defaultCurrencyUomId}">