Merge pull request #47464 from sokumon/collapsible-filters

fix: add options in report settings to become collapsible
This commit is contained in:
Soham Kulkarni
2025-05-08 15:40:02 +05:30
committed by GitHub

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