mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 14:11:45 +01:00
fix: show profit and loss after period closing
(cherry picked from commit dc5cd93bf0)
This commit is contained in:
@@ -350,7 +350,7 @@ def get_data(companies, root_type, balance_must_be, fiscal_year, filters=None, i
|
|||||||
gl_entries_by_account,
|
gl_entries_by_account,
|
||||||
accounts_by_name,
|
accounts_by_name,
|
||||||
accounts,
|
accounts,
|
||||||
ignore_closing_entries=False,
|
ignore_closing_entries=ignore_closing_entries,
|
||||||
root_type=root_type,
|
root_type=root_type,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user