Author: lektran
Date: Tue Aug 26 03:45:25 2008
New Revision: 689026
URL:
http://svn.apache.org/viewvc?rev=689026&view=revLog:
Fix display issue reported by Sharan Foga in the user list
Modified:
ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=689026&r1=689025&r2=689026&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml Tue Aug 26 03:45:25 2008
@@ -91,13 +91,13 @@
<field name="glAccountId" use-when="!showTotals">
<hyperlink target="FindAcctgTransEntries?glAccountId=${glAccountId}&organizationPartyId=${organizationPartyId}" description="[${glAccountId}] [${glAccount.accountCode}] ${glAccount.accountName}"/>
</field>
- <field name="debit" entry-name="absolutePostedBalance" use-when="showDebit"><display type="currency" currency="${currencyUomId}"/></field>
+ <field name="debit" use-when="showDebit"><display description="${absolutePostedBalance}" type="currency" currency="${currencyUomId}"/></field>
<field name="debit" use-when="showCredit"><display/></field>
- <field name="credit" entry-name="absolutePostedBalance" use-when="showCredit"><display type="currency" currency="${currencyUomId}"/></field>
+ <field name="credit" use-when="showCredit"><display description="${absolutePostedBalance}" type="currency" currency="${currencyUomId}"/></field>
<field name="credit" use-when="showDebit"><display/></field>
<field name="glAccountId" use-when="showTotals"><display description="${uiLabelMap.CommonTotal}"/></field>
- <field name="debit" entry-name="parameters.debitTotal" use-when="showTotals"><display type="currency" currency="${currencyUomId}"/></field>
- <field name="credit" entry-name="creditTotal" use-when="showTotals"><display type="currency" currency="${currencyUomId}"/></field>
+ <field name="debit" use-when="showTotals"><display description="${parameters.debitTotal}" type="currency" currency="${currencyUomId}"/></field>
+ <field name="credit" use-when="showTotals"><display description="${parameters.creditTotal}" type="currency" currency="${currencyUomId}"/></field>
</form>
<form name="IncomeStatementParameters" type="single" target="prepareIncomeStatement"