Merge pull request #22674 from surajshetty3416/fix-reportview-filter
This commit is contained in:
commit
3d8461a7af
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
|
|||
this.setup_charts_area();
|
||||
this.$datatable_wrapper = $('<div class="datatable-wrapper">');
|
||||
this.$result.append(this.$datatable_wrapper);
|
||||
this.settings.onload && this.settings.onload(this);
|
||||
}
|
||||
|
||||
setup_charts_area() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue