From 2065a0fb9a13bf71f7b73721a5cc88fe1b3b4c47 Mon Sep 17 00:00:00 2001 From: Oscar Alvarez Date: Thu, 18 Feb 2021 23:40:45 -0500 Subject: [PATCH] Test fix --- account.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account.py b/account.py index af04711..be7cfaa 100644 --- a/account.py +++ b/account.py @@ -43,7 +43,7 @@ class TrialBalanceClassic(metaclass=PoolMeta): sync = data['sincronize'] print('yyyyyyyyyyy', sync) if sync: - data['sincronize'] = [False] + data['sincronize'] = False args = { 'records': [], 'data': data, @@ -62,7 +62,7 @@ class TrialBalanceClassic(metaclass=PoolMeta): print('-' * 190) print(result) print('-' * 190) - report_context['accounts'].extend(result['accounts']) + report_context['accounts'].extend(result) # report_context['records'].extend(obj_.values()) # report_context['global_result'] += Decimal(result['global_result'])