From b63b5320f2fd4b707fbfc10dccab8f128e7f32b8 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 12:53:12 +0530 Subject: [PATCH] fix(p&l_statement): disable accumulated value filter by default (backport #53488) (#53489) Co-authored-by: diptanilsaha fix(p&l_statement): disable accumulated value filter by default (#53488) --- .../profit_and_loss_statement/profit_and_loss_statement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.js b/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.js index 84ffcaf4a36..21449be5e84 100644 --- a/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.js +++ b/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.js @@ -22,7 +22,7 @@ frappe.query_reports["Profit and Loss Statement"]["filters"].push( fieldname: "accumulated_values", label: __("Accumulated Values"), fieldtype: "Check", - default: 1, + default: 0, }, { fieldname: "include_default_book_entries",