Skip to content

Commit

Permalink
fix: show profit and loss after period closing
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat102 committed Dec 24, 2024
1 parent fe0036e commit dc5cd93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,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 dc5cd93

Please sign in to comment.