minor fix

This commit is contained in:
wilson gomez 2022-02-02 10:46:08 -05:00
parent d64e0913e2
commit 17dfedd2b5
2 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ class IncomeStatement(Report):
with Transaction().set_context(periods=periods_ids):
while types:
type_ = types.pop()
type_dict = {'type': type_, 'accounts': None}
type_dict = {'type': type_, 'accounts': []}
if type_.statement == 'income':
accounts = Account.search([
('type', '=', type_.id),

Binary file not shown.