fix: empty party filter on change of party type in General Ledger Report.

This commit is contained in:
ljain112
2025-04-07 14:09:52 +05:30
parent 8dae5047c2
commit 9c68bc22fa

View File

@@ -66,7 +66,7 @@ frappe.query_reports["General Ledger"] = {
fieldtype: "Autocomplete",
options: Object.keys(frappe.boot.party_account_types),
on_change: function () {
frappe.query_report.set_filter_value("party", "");
frappe.query_report.set_filter_value("party", []);
},
},
{