[FIX] point_of_sale: typo in report

bzr revid: qdp-launchpad@openerp.com-20121018135949-b08zihsoo7s0km05
This commit is contained in:
Quentin (OpenERP) 2012-10-18 15:59:49 +02:00
parent a292f894ef
commit e5ea70b4c2
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@
<para style="terp_tblheader_General_Right">Total:</para>
</td>
<td>
<para style="terp_default_Right_9">[[ formatLang(pos_payment_user_total(data['form'], currency_obj = company.currency_id)) or removeParentNode('blockTable')]]</para>
<para style="terp_default_Right_9">[[ formatLang(pos_payment_user_total(data['form']), currency_obj = company.currency_id) or removeParentNode('blockTable')]]</para>
</td>
</tr>
</blockTable>