Author: sichen
Date: Thu Oct 5 10:56:31 2006
New Revision: 453303
URL:
http://svn.apache.org/viewvc?view=rev&rev=453303Log:
Reverting BillingAccountForm fix r453290, these fields do work. Bug was in older ofbiz.
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=453303&r1=453302&r2=453303==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Thu Oct 5 10:56:31 2006
@@ -46,6 +46,12 @@
</entity-options>
</drop-down>
</field>
+ <field name="netBalance" widget-style="tabletext" title="${uiLabelMap.AccountingBillingNetBalance}" tooltip="${uiLabelMap.AccountingBillingNetBalanceMessage}">
+ <display description="${bsh:org.ofbiz.accounting.payment.BillingAccountWorker.getBillingAccountNetBalance(delegator, billingAccountId)}" type="currency" currency="${billingAccount.accountCurrencyUomId}"/>
+ </field>
+ <field name="availableBalance" widget-style="tabletext" title="${uiLabelMap.AccountingBillingAvailableBalance}" tooltip="${uiLabelMap.AccountingBillingAvailableBalanceMessage}">
+ <display description="${bsh:org.ofbiz.accounting.payment.BillingAccountWorker.getBillingAccountAvailableBalance(billingAccount)}" type="currency" currency="${billingAccount.accountCurrencyUomId}"/>
+ </field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>