[IMP] hr_payroll: small change in total currency symbol in contribution report

bzr revid: psi@tinyerp.co.in-20110602134400-sf0arl7ogxx5vn90
This commit is contained in:
psi (Open ERP) 2011-06-02 19:14:00 +05:30
parent 0e076c4060
commit d00fb12dd4
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@
<para style="P15">Total:</para>
</td>
<td>
<para style="P11">[[ sum_total() or 0.0]] [[o.company_id and o.company_id.currency_id.symbol or '']]</para>
<para style="P11">[[ sum_total() or '0.0']] [[o.company_id and o.company_id.currency_id.symbol or '']]</para>
</td>
</tr>
</blockTable>