Author: sichen
Date: Thu Oct 5 10:09:41 2006
New Revision: 453290
URL:
http://svn.apache.org/viewvc?view=rev&rev=453290Log:
Removed these two fields because ofbiz tries to get them from the GenericValue, causing an IllegalArgumentException and crash. They will work when we merge in the new form and base util collection code.
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=453290&r1=453289&r2=453290==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Thu Oct 5 10:09:41 2006
@@ -46,12 +46,6 @@
</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>