Browse Source

[IMP] calculations just 12 columns

pull/7/merge
Yanina Aular 12 years ago
parent
commit
50c8471a6a
  1. 2
      account_financial_report/report/parser.py

2
account_financial_report/report/parser.py

@ -440,7 +440,7 @@ class account_balance(report_sxw.rml_parse):
############################################################### ###############################################################
all_account_period = {} #todas las cuentas por periodo all_account_period = {} #todas las cuentas por periodo
if form['columns'] == 'thirteen':
for p_act in range(0,13): for p_act in range(0,13):
if p_act == 12: if p_act == 12:

Loading…
Cancel
Save