fix: query_report.trigger_refresh is not a function
(cherry picked from commit 30bbb58ca1)
This commit is contained in:
committed by
Mergify
parent
cc2f861bca
commit
a6145fa13c
@@ -9,9 +9,6 @@ frappe.query_reports["Item Prices"] = {
|
||||
fieldtype: "Select",
|
||||
options: "Enabled Items only\nDisabled Items only\nAll Items",
|
||||
default: "Enabled Items only",
|
||||
on_change: function (query_report) {
|
||||
query_report.trigger_refresh();
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user