diff --git a/frappe/public/js/frappe/views/reports/query_report.js b/frappe/public/js/frappe/views/reports/query_report.js index 1332a186aa..21def7cba8 100644 --- a/frappe/public/js/frappe/views/reports/query_report.js +++ b/frappe/public/js/frappe/views/reports/query_report.js @@ -1273,7 +1273,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList { // backend. Translating it again would cause unexpected behaviour. name: column.label, width: parseInt(column.width) || null, - editable: false, + editable: column.editable ?? false, compareValue: compareFn, format: (value, row, column, data, filter) => { if (this.report_settings.formatter) {