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 2007/10/31 11:54:07 UTC

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

Author: jacopoc
Date: Wed Oct 31 03:53:59 2007
New Revision: 590619

URL: http://svn.apache.org/viewvc?rev=590619&view=rev
Log:
Removing the default-map attribute will allow the field availableBalance to get the omonimous value created in the <actions> section.

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=590619&r1=590618&r2=590619&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Wed Oct 31 03:53:59 2007
@@ -91,7 +91,7 @@
         <field name="capture" use-when="${bsh:paidInvoice}"><display/></field>
     </form>
 
-    <form name="EditBillingAccount" type="single" target="updateBillingAccount" title="" default-map-name="billingAccount">
+    <form name="EditBillingAccount" type="single" target="updateBillingAccount" title="">
         <actions>
             <set field="availableBalance" value="${bsh:org.ofbiz.accounting.payment.BillingAccountWorker.getBillingAccountBalance(billingAccount)}" type="BigDecimal"/>
         </actions>