From 1817653e8674395701d820fcaa9a1ec6df999953 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Fri, 2 Aug 2013 09:34:36 +0200 Subject: [PATCH] [FIX] Mixup between left and right side property --- .../report/account_balance_sheet_horizontal.rml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml b/account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml index 23436217..11e3daf2 100644 --- a/account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml +++ b/account_financial_report_horizontal/report/account_balance_sheet_horizontal.rml @@ -216,7 +216,7 @@ - [[ a['level1']<4 and ( setTag('para','para',{'style':'terp_default_Right_9_Bold'})) or removeParentNode('font') ]] + [[ a['level']<4 and ( setTag('para','para',{'style':'terp_default_Right_9_Bold'})) or removeParentNode('font') ]] [[ a['name']=='Net Profit' and setTag('para','para',{'style':'terp_default_Right_9_Bold'}) or removeParentNode('font') ]] [[ a['code'] and formatLang(a['balance']) or removeParentNode('font') ]] [[ company.currency_id.symbol ]]