Skip to content

Commit

Permalink
Merge pull request #34155 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-34153

fix: fiscal year error for existing assets in fixed asset register (backport #34153)
  • Loading branch information
anandbaburajan committed Feb 21, 2023
2 parents 0de0501 + 7074c2b commit ce817e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce817e9

Please sign in to comment.