diff --git a/frappe/public/js/frappe/views/reports/query_report.js b/frappe/public/js/frappe/views/reports/query_report.js index 4bf8e043dd..266d5e8a6b 100644 --- a/frappe/public/js/frappe/views/reports/query_report.js +++ b/frappe/public/js/frappe/views/reports/query_report.js @@ -726,7 +726,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList { this.last_ajax = frappe.call({ method: "frappe.desk.query_report.run", - type: "GET", + type: "POST", args: { report_name: this.report_name, filters: filters,