Merge pull request #34153 from AnandBaburajan/fixed_asset_report_fiscal_year

fix: fiscal year error for existing assets in fixed asset register
This commit is contained in:
Anand Baburajan 2023-02-21 13:54:54 +05:30 committed by GitHub
commit 5e3a034395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,7 @@ def prepare_chart_data(data, filters):
filters.filter_based_on,
"Monthly",
company=filters.company,
ignore_fiscal_year=True,
)
for d in period_list: