diff --git a/frappe/public/js/frappe/views/reports/query_report.js b/frappe/public/js/frappe/views/reports/query_report.js index a9a50e02d8..ea4449b151 100644 --- a/frappe/public/js/frappe/views/reports/query_report.js +++ b/frappe/public/js/frappe/views/reports/query_report.js @@ -1050,7 +1050,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList { fieldtype: 'Data', fieldname: 'report_name', label: __("Report Name"), - default: this.report_doc.is_standard == 'No' ? this.custom_report : "", + default: this.report_doc.is_standard == 'No' ? this.report_name : "", } ], primary_action: (values) => {