mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: add options in report settings to become collapsible
This commit is contained in:
@@ -218,6 +218,8 @@ frappe.query_reports["General Ledger"] = {
|
|||||||
fieldtype: "Check",
|
fieldtype: "Check",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
collapsible_filters: true,
|
||||||
|
seperate_check_filters: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
erpnext.utils.add_dimensions("General Ledger", 15);
|
erpnext.utils.add_dimensions("General Ledger", 15);
|
||||||
|
|||||||
Reference in New Issue
Block a user