diff options
| -rw-r--r-- | indoteknik_custom/models/account_financial_report.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |
