fix: fiscal year error for existing assets in fixed asset register
This commit is contained in:
parent
35cdd996a9
commit
76861eb332
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user