diff --git a/frappe/public/js/frappe/views/reports/query_report.js b/frappe/public/js/frappe/views/reports/query_report.js index ef4f62a2c6..a33e6df6a9 100644 --- a/frappe/public/js/frappe/views/reports/query_report.js +++ b/frappe/public/js/frappe/views/reports/query_report.js @@ -548,7 +548,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList { function get_options(fields) { return fields.map((field) => { return {label: field.label, value: field.fieldname}; - } + }); } const numeric_fields = columns.filter((col, i) => indices.includes(i));