mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-14 10:13:57 +00:00
fix: query_report.trigger_refresh is not a function
This commit is contained in:
@@ -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