summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-08-29 10:52:31 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-08-29 10:52:31 +0700
commit30376ae3d8850423589101170d0ba25b01801ec6 (patch)
treecb6ecc6f9efbf93dbef345905f07b2e66b4467db
parent664cabd6c3056424a9bb5a7a1c281246f7ed94ff (diff)
financial report
-rw-r--r--indoteknik_custom/models/account_financial_report.py2
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']