[IMP] Change the currency code to currency symbol in currency coloumn of account_payment_report

bzr revid: ara@tinyerp.com-20101006134404-9c6z9y5jqopil1xo
This commit is contained in:
ARA (OpenERP) 2010-10-06 19:14:04 +05:30
parent 9860aa21c1
commit cfc10e27a2
1 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@
<para style="terp_default_Right_9">[[formatLang(line.amount) or '-' ]] [[get_company_currency_symbol()]] </para>
</td>
<td>
<para style="terp_default_Right_9">[[ formatLang(line.amount_currency) ]] [[ line.currency.name ]] </para>
<para style="terp_default_Right_9">[[ formatLang(line.amount_currency) ]] [[get_company_currency_symbol()]] </para>
</td>
</tr>
</blockTable>
@ -256,7 +256,7 @@
<para style="terp_default_Right_9">[[ formatLang(get_amount_total(o)) or '' ]] [[get_company_currency_symbol()]] </para>
</td>
<td>
<para style="terp_default_Right_9">[[ formatLang(get_amount_total_in_currency(o)) or '' ]] [[ line.currency.name ]] </para>
<para style="terp_default_Right_9">[[ formatLang(get_amount_total_in_currency(o)) or '' ]] [[get_company_currency_symbol()]] </para>
</td>
</tr>
</blockTable>