[IMP] imporve amount with curruncy in hr_expense

bzr revid: nco@tinyerp.com-20120928113712-wcy20zoas4ixkk7x
This commit is contained in:
Nimesh (Open ERP) 2012-09-28 17:07:12 +05:30
parent 03bee0d41f
commit 0159340e87
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@
<para style="terp_tblheader_Details">Total:</para>
</td>
<td>
<para style="terp_tblheader_Details_Right">[[ formatLang(o.amount) ]] [[ o.currency_id.symbol ]]</para>
<para style="terp_tblheader_Details_Right">[[ formatLang(o.amount, digits=get_digits(dp='Account'), currency_obj=o.currency_id) ]]</para>
</td>
</tr>
</blockTable>