From b18ed241e1801af516ee94b0a64423a8b1d57b80 Mon Sep 17 00:00:00 2001 From: Benoit Guillot Date: Wed, 11 Jul 2012 15:57:03 +0200 Subject: [PATCH] [FIX] fix report bzr revid: benoit.guillot@akretion.com.br-20120711135703-kuhxzsshe141owyl --- addons/sale/report/sale_order.rml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/sale/report/sale_order.rml b/addons/sale/report/sale_order.rml index 6030820b6f7..ca770c15df3 100644 --- a/addons/sale/report/sale_order.rml +++ b/addons/sale/report/sale_order.rml @@ -266,10 +266,10 @@ [[ formatLang(line.product_uos and line.product_uos_qty or line.product_uom_qty) ]] [[ line.product_uos and line.product_uos.name or line.product_uom.name ]] - [[ formatLang(line.price_unit ), digits=get_digits(dp='Product Price')]] + [[ formatLang(line.price_unit , digits=get_digits(dp='Product Price'))]] - [[ formatLang(line.discount), digits=get_digits(dp='Discount')]] + [[ formatLang(line.discount, digits=get_digits(dp='Discount'))]] [[ formatLang(line.price_subtotal, digits=get_digits(dp='Account'), currency_obj=o.pricelist_id.currency_id) ]]