diff --git a/account_financial_report/report/balance_full.rml b/account_financial_report/report/balance_full.rml index 83513f0f..d4c773e2 100644 --- a/account_financial_report/report/balance_full.rml +++ b/account_financial_report/report/balance_full.rml @@ -116,7 +116,7 @@ [[ a['type']<>'view' and setTag('para','para',{'fontName':"Courier"}) or removeParentNode('font') ]] - [[(a['total']==True) and formatLang(a['balance']) or '']] + [[ (a['total']==True) and formatLang(a['balance'] and a['balance'] * a.get('change_sign') or 0.0, digits=2, grouping=True) or '']]