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:
rohitwaghchaure
2024-04-07 12:02:16 +05:30
committed by GitHub

View File

@@ -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();
},
},
],
};