From 827d6dd95da0e2ada9a7ff44d0cbdb0d9fbb237a Mon Sep 17 00:00:00 2001 From: Humberto Arocha Date: Fri, 27 Jul 2012 09:22:55 -0530 Subject: [PATCH] [IMP] Se hace al reporte de una columna sensible al cambio de signo en las cuentas acreditables --- account_financial_report/report/balance_full.rml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '']]