fix: fiscal year error for existing assets in fixed asset register
(cherry picked from commit 76861eb332)
This commit is contained in:
@@ -151,6 +151,7 @@ def prepare_chart_data(data, filters):
|
|||||||
filters.filter_based_on,
|
filters.filter_based_on,
|
||||||
"Monthly",
|
"Monthly",
|
||||||
company=filters.company,
|
company=filters.company,
|
||||||
|
ignore_fiscal_year=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
for d in period_list:
|
for d in period_list:
|
||||||
|
|||||||
Reference in New Issue
Block a user