Merge pull request #34156 from frappe/mergify/bp/version-13-hotfix/pr-34153

fix: fiscal year error for existing assets in fixed asset register (backport #34153)
This commit is contained in:
Anand Baburajan
2023-02-21 14:19:45 +05:30
committed by GitHub

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: