mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-02 18:14:50 +00:00
fix: empty party filter on change of party type in General Ledger Report.
(cherry picked from commit 9c68bc22fa)
This commit is contained in:
@@ -61,7 +61,7 @@ frappe.query_reports["General Ledger"] = {
|
|||||||
fieldtype: "Autocomplete",
|
fieldtype: "Autocomplete",
|
||||||
options: Object.keys(frappe.boot.party_account_types),
|
options: Object.keys(frappe.boot.party_account_types),
|
||||||
on_change: function () {
|
on_change: function () {
|
||||||
frappe.query_report.set_filter_value("party", "");
|
frappe.query_report.set_filter_value("party", []);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user