mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
Co-authored-by: diptanilsaha <diptanil@frappe.io> fix(p&l_statement): disable accumulated value filter by default (#53488)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user