fix: Spacing
This commit is contained in:
parent
1eb1cba666
commit
04dbb4c261
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
this.render_summary(data.report_summary);
|
||||
}
|
||||
|
||||
if(data.message && !data.prepared_report) this.show_status(data.message);
|
||||
if (data.message && !data.prepared_report) this.show_status(data.message);
|
||||
|
||||
this.toggle_message(false);
|
||||
if (data.result && data.result.length) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue