fix: add options in report settings to become collapsible

This commit is contained in:
sokumon
2025-05-08 12:27:05 +05:30
parent e02de12ecc
commit 24184c21f0

View File

@@ -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);