From 9f96f2b600140375c8cf71fb75a5cee1a6fe16eb Mon Sep 17 00:00:00 2001 From: "apa (OpenERP)" Date: Thu, 16 Dec 2010 15:56:24 +0530 Subject: [PATCH] [IMP]:account_payment:used currency code instead of symbol. bzr revid: apa@tinyerp.com-20101216102624-6x15votb208f1w9w --- addons/account_payment/report/order.rml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/account_payment/report/order.rml b/addons/account_payment/report/order.rml index e47691f54d7..9198b12db25 100644 --- a/addons/account_payment/report/order.rml +++ b/addons/account_payment/report/order.rml @@ -210,7 +210,7 @@ [[ o.date_prefered == 'fixed' and 'Fixed date' or removeParentNode('para') ]] - [[ get_company_currency() ]] + [[ o.user_id and o.user_id.company_id and o.user_id.company_id.currency_id and o.user_id.company_id.currency_id.name or '' ]] @@ -287,4 +287,4 @@ - \ No newline at end of file +