Author: jacopoc
Date: Wed Oct 31 03:53:59 2007
New Revision: 590619
URL:
http://svn.apache.org/viewvc?rev=590619&view=revLog:
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>