fix: show profit and loss after period closing

This commit is contained in:
venkat102
2024-12-24 12:35:38 +05:30
parent fe0036e707
commit dc5cd93bf0

View File

@@ -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,
)