From 91dadbc8521dc665e3bac0545042a72511af87e1 Mon Sep 17 00:00:00 2001 From: "ajay javiya (OpenERP)" Date: Wed, 17 Oct 2012 12:04:30 +0530 Subject: [PATCH] [FIX]: Fix warning in pos bzr revid: aja@tinyerp.com-20121017063430-hlciy2dwr5ifyu5n --- addons/point_of_sale/report/pos_payment_report_user.rml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/point_of_sale/report/pos_payment_report_user.rml b/addons/point_of_sale/report/pos_payment_report_user.rml index 1d89d28c5f9..47700686819 100644 --- a/addons/point_of_sale/report/pos_payment_report_user.rml +++ b/addons/point_of_sale/report/pos_payment_report_user.rml @@ -194,7 +194,7 @@ Total: - [[ formatLang(pos_payment_user_total(data['form'], currency_obj = company.currency_id)) or removeParentNode('blockTable')]] + [[ formatLang(pos_payment_user_total(data['form']),currency_obj = company.currency_id) or removeParentNode('blockTable')]]