refactor: change request type to POST

This commit is contained in:
Ejaaz Khan 2025-09-23 15:16:18 +05:30
parent 87b1638f72
commit 79f7c97bf3

View file

@ -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,