diff --git a/frappe/public/js/frappe/views/reports/query_report.js b/frappe/public/js/frappe/views/reports/query_report.js index 7fe7677732..6a2da6ea78 100644 --- a/frappe/public/js/frappe/views/reports/query_report.js +++ b/frappe/public/js/frappe/views/reports/query_report.js @@ -554,7 +554,6 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList { // filter values have not changed return; } - // clear previous_filters after 10 seconds, to allow refresh for new data this.previous_filters = current_filters; setTimeout(() => (this.previous_filters = null), 10000); @@ -1249,7 +1248,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList { } if (column.colIndex === index && !value) { - value = "Total"; + value = __("Total"); column = { fieldtype: "Data" }; // avoid type issues for value if Date column } else if (["Currency", "Float"].includes(column.fieldtype)) { // proxy for currency and float