Author: jacopoc
Date: Wed Feb 10 15:35:42 2010
New Revision: 908540
URL: http://svn.apache.org/viewvc?rev=908540&view=rev
Log:
Fixed PDF version of acctg trans detail screen.
Modified:
ofbiz/trunk/applications/accounting/widget/GlForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=908540&r1=908539&r2=908540&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Wed Feb 10 15:35:42
2010
@@ -1147,9 +1147,8 @@
</row-actions>
<field name="accountCode"><display/></field>
<field name="accountName"><display/></field>
- <field name="currencyUomId"
title="${uiLabelMap.AccountingOriginalCurrency}"><display
description="${currencyUomId}"/></field>
- <field name="exchangeRate"
use-when="${origCurrencyUomId!=null}"><display
description="${origAmount/amount}
${origCurrencyUomId}/${currencyUomId}"/></field>
- <field name="exchangeRate" use-when="${origCurrencyUomId==null @and
origAmount==null}"><display description="${amount/amount}
${currencyUomId}/${currencyUomId}"/></field>
+ <field name="currencyUomId"
title="${uiLabelMap.AccountingOriginalCurrency}"><display
description="${origCurrencyUomId}"/></field>
+ <field name="exchangeRate"
use-when="${origCurrencyUomId!=currencyUomId}"><display
description="${origAmount/amount}
${origCurrencyUomId}/${currencyUomId}"/></field>
<field name="debitAmount"><display type="currency"
currency="${currencyUomId}"
description="${groovy:if(debitCreditFlag.equals('D'))return(amount);if(debitCreditFlag.equals('C'))return(0);}"/></field>
<field name="creditAmount"><display type="currency"
currency="${currencyUomId}"
description="${groovy:if(debitCreditFlag.equals('C'))return(amount);if(debitCreditFlag.equals('D'))return(0);}"/></field>
</form>