[Removed company currency from report]

bzr revid: vro@tinyerp.com-20101012094212-7hj5gzqz4sw75882
This commit is contained in:
vro 2010-10-12 15:12:12 +05:30
parent fcb619864f
commit 458d623a98
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) ]] [[get_company_currency_symbol()]] </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 '' ]] [[get_company_currency_symbol()]] </para>
<para style="terp_default_Right_9">[[ formatLang(get_amount_total_in_currency(o)) or '' ]] [[get_company_currency_symbol()]]</para>
</td>
</tr>
</blockTable>