From 771632a5e2be9ac2981d951481267ea2244094dd Mon Sep 17 00:00:00 2001 From: venkat102 Date: Tue, 24 Dec 2024 12:35:38 +0530 Subject: [PATCH] fix: show profit and loss after period closing (cherry picked from commit dc5cd93bf0448eea9c2caef77413aa18058c3243) --- .../consolidated_financial_statement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py b/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py index d287b30bf0be..04625fc76fcd 100644 --- a/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py +++ b/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py @@ -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, )