From fbc2f598d63b088f7bb58c0f6a906d5615193b1f Mon Sep 17 00:00:00 2001 From: apa-tiny Date: Tue, 7 Sep 2010 10:52:12 +0530 Subject: [PATCH] [FIX]:sale:The currency code is missing on the value(Price column) bzr revid: apa@tinyerp.com-20100907052212-6iahi5n8e0v7g8zv --- 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 4dc6118..3f44ef2 100644 --- a/addons/sale/report/sale_order.rml +++ b/addons/sale/report/sale_order.rml @@ -234,7 +234,7 @@ Disc.(%) - Price + Price([[ o.pricelist_id.currency_id.code ]]) @@ -361,4 +361,4 @@ - + \ No newline at end of file -- 1.7.10.4