ajay javiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-fix-warning-pos-aja into 
lp:~openerp-dev/openobject-addons/trunk-fix-warning.

Requested reviews:
  Jigar Amin  (OpenERP) (jam-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-fix-warning-pos-aja/+merge/130034

Hello,
Fix warning in pos module.
Thank You
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-fix-warning-pos-aja/+merge/130034
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-fix-warning.
=== modified file 'point_of_sale/report/pos_payment_report_user.rml'
--- point_of_sale/report/pos_payment_report_user.rml	2012-10-02 16:40:01 +0000
+++ point_of_sale/report/pos_payment_report_user.rml	2012-10-17 06:38:20 +0000
@@ -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>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to