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

This commit is contained in:
diptanilsaha
2026-03-16 12:48:06 +05:30
committed by GitHub
parent fd7d5bdae1
commit 5f2c24a199

View File

@@ -39,7 +39,7 @@ frappe.query_reports[PL_REPORT_NAME]["filters"].push(
fieldname: "accumulated_values",
label: __("Accumulated Values"),
fieldtype: "Check",
default: 1,
default: 0,
},
{
fieldname: "include_default_book_entries",