mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 11:55:11 +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",
|
fieldname: "accumulated_values",
|
||||||
label: __("Accumulated Values"),
|
label: __("Accumulated Values"),
|
||||||
fieldtype: "Check",
|
fieldtype: "Check",
|
||||||
default: 1,
|
default: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "include_default_book_entries",
|
fieldname: "include_default_book_entries",
|
||||||
|
|||||||
Reference in New Issue
Block a user