Skip to content

Commit

Permalink
fix: show profit and loss after period closing
Browse files Browse the repository at this point in the history
(cherry picked from commit dc5cd93)
  • Loading branch information
venkat102 authored and mergify[bot] committed Dec 24, 2024
1 parent 67c9872 commit 1a089da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,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 1a089da

Please sign in to comment.