Merge pull request #40888 from frappe/mergify/bp/version-14-hotfix/pr-40887
fix: query_report.trigger_refresh is not a function (backport #40887)
This commit is contained in:
@@ -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