From 1a089da51a26f8efcab93ed8d3cece3d051ca559 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 388b7d8fe86..fb340453229 100644 --- a/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py +++ b/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py @@ -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, )