Author: jacopoc
Date: Wed Sep 12 08:18:07 2007
New Revision: 574988
URL:
http://svn.apache.org/viewvc?rev=574988&view=revLog:
Added column to show the amount applied for a payment associated to the billing account.
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=574988&r1=574987&r2=574988&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Wed Sep 12 08:18:07 2007
@@ -224,6 +224,9 @@
<field name="invoiceId"><display/></field>
<field name="invoiceItemSeqId"><display/></field>
<field name="effectiveDate"><display/></field>
+ <field name="amountApplied">
+ <display type="currency" currency="${currencyUomId}"/>
+ </field>
<field name="amount">
<display type="currency" currency="${currencyUomId}"/>
</field>