Skip to content

Commit

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

fix: show profit and loss after period closing (backport #44878)
  • Loading branch information
ruthra-kumar authored Dec 24, 2024
2 parents 7a81c0f + 771632a commit 9c6832a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def get_data(companies, root_type, balance_must_be, fiscal_year, filters=None, i
gl_entries_by_account,
accounts_by_name,
accounts,
ignore_closing_entries=False,
ignore_closing_entries=ignore_closing_entries,
root_type=root_type,
)

Expand Down

0 comments on commit 9c6832a

Please sign in to comment.