Browse Source

[FIX] Resolviendo Bug para diccionario inexistente

pull/79/head
unknown 12 years ago
parent
commit
f85d5f7016
  1. 2
      account_financial_report/report/parser.py

2
account_financial_report/report/parser.py

@ -344,7 +344,7 @@ class account_balance(report_sxw.rml_parse):
#
# Check if we need to include this level
#
if not form['display_account_level'] or account['level'] <= form['display_account_level']:
if not form['display_account_level'] or aa_id[3].level <= form['display_account_level']:
res = {
'id' : id,
'type' : aa_id[3].type,

Loading…
Cancel
Save