[IMP] imporve amount with curruncy in mrp_repair , order.rml

bzr revid: nco@tinyerp.com-20120928114625-nud95lo4y0sao7ya
This commit is contained in:
Nimesh (Open ERP) 2012-09-28 17:16:25 +05:30
parent de647d9f62
commit 74eeaba486
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@
<para style="terp_default_9">Taxes:</para>
</td>
<td>
<para style="P26">[[ formatLang(o.amount_tax, dp='Account')]] [[ o.pricelist_id.currency_id. symbol ]]</para>
<para style="P26">[[ formatLang(o.amount_tax, digits=get_digits(dp='Account'), currency_obj=o.pricelist_id.currency_id) ]]</para>
</td>
</tr>
<tr>