[OFBiz] SVN: r6893 - trunk/applications/accounting/webapp/accounting/invoice

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Thu Mar 2 13:51:57 CST 2006


Author: sichen
Date: 2006-03-02 13:51:54 -0600 (Thu, 02 Mar 2006)
New Revision: 6893

Modified:
   trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
Log:
Fixed bad column title: InvoieWorker.getTotal was being called 'payment total'

Modified: trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml	2006-03-02 19:51:16 UTC (rev 6892)
+++ trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml	2006-03-02 19:51:54 UTC (rev 6893)
@@ -157,7 +157,7 @@
         <field name="invoiceItemSeqId" title="Item No."><display/></field>
         <field name="productId"><display/></field>
         <field name="description"><display/></field>
-        <field name="total" title="Payment Amount" widget-area-style="tabletextright"><display type="currency" currency="${invoice.currencyUomId}"/></field>
+        <field name="total" title="Invoice Total" widget-area-style="tabletextright"><display type="currency" currency="${invoice.currencyUomId}"/></field>
         <field name="invoiceId"><hidden/></field>
         <field name="paymentId" widget-style="linktext"><hyperlink target="paymentOverview?paymentId=${paymentId}" description="${paymentId}"/></field>
         <field name="billingAccountId"><hidden/></field>



More information about the Svn mailing list