[fixes] frappe/erpnext#2279
This commit is contained in:
parent
461a4f7a5c
commit
2f9983b740
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ frappe.views.QueryReport = Class.extend({
|
|||
if((me.report_name!=route[1]) || frappe.route_options) {
|
||||
me.report_name = route[1];
|
||||
this.wrapper.find(".no-report-area").toggle(false);
|
||||
me.appframe.set_title(__("Query Report")+": " + __(me.report_name));
|
||||
me.appframe.set_title(__(me.report_name));
|
||||
|
||||
frappe.model.with_doc("Report", me.report_name, function() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue