mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 16:28:20 +00:00
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",
|
fieldtype: "Select",
|
||||||
options: "Enabled Items only\nDisabled Items only\nAll Items",
|
options: "Enabled Items only\nDisabled Items only\nAll Items",
|
||||||
default: "Enabled Items only",
|
default: "Enabled Items only",
|
||||||
on_change: function (query_report) {
|
|
||||||
query_report.trigger_refresh();
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user