minor fix

This commit is contained in:
wilson gomez 2022-01-20 08:34:46 -05:00
parent 03f44af2be
commit ca0c0aa117
1 changed files with 1 additions and 1 deletions

View File

@ -2190,7 +2190,7 @@ class IncomeStatementCOLGAAP(Report):
@classmethod
def get_context(cls, records, header, data):
report_context = super().get_context(cls, records, header, data)
report_context = super().get_context(records, header, data)
pool = Pool()
Company = pool.get('company.company')
Period = pool.get('account.period')