diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-29 10:52:31 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-29 10:52:31 +0700 |
| commit | 30376ae3d8850423589101170d0ba25b01801ec6 (patch) | |
| tree | cb6ecc6f9efbf93dbef345905f07b2e66b4467db | |
| parent | 664cabd6c3056424a9bb5a7a1c281246f7ed94ff (diff) | |
financial report
| -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'] |
