[FIX] Resolviendo Bug para diccionario inexistente

6.0
unknown 2012-08-06 22:39:47 -05:00
parent 2bee4ac15e
commit d91d267179
1 changed files with 1 additions and 1 deletions

View File

@ -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,