From 30376ae3d8850423589101170d0ba25b01801ec6 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 29 Aug 2023 10:52:31 +0700 Subject: financial report --- indoteknik_custom/models/account_financial_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/models/account_financial_report.py b/indoteknik_custom/models/account_financial_report.py index d8037ee8..c2376d6f 100644 --- a/indoteknik_custom/models/account_financial_report.py +++ b/indoteknik_custom/models/account_financial_report.py @@ -72,7 +72,7 @@ class AccountingReport(models.TransientModel): data['form']['used_context']['date_to'] = date_range['date_to'] if obj.account_report_id.id in [338]: - data['form']['used_context']['date_from'] = first_journal_date + data['form']['used_context']['date_from'] = datetime.date(2021, 11, 30) else: data['form']['used_context']['date_from'] = date_range['date_from'] -- cgit v1.2.3