fix(p&l_statement): disable accumulated value filter by default (backport #53488) (#53489)

Co-authored-by: diptanilsaha <diptanil@frappe.io>
fix(p&l_statement): disable accumulated value filter by default (#53488)
This commit is contained in:
mergify[bot]
2026-03-16 12:53:12 +05:30
committed by GitHub
parent 433dec8a6c
commit b63b5320f2

View File

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