mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
dynamic loading for reports
This commit is contained in:
@@ -23,6 +23,8 @@ wn.pages['sales-analytics'].onload = function(wrapper) {
|
||||
new erpnext.SalesAnalytics(wrapper);
|
||||
}
|
||||
|
||||
wn.require("lib/js/wn/views/grid_report.js");
|
||||
|
||||
erpnext.SalesAnalytics = wn.views.TreeGridReport.extend({
|
||||
init: function(wrapper) {
|
||||
this._super({
|
||||
|
||||
Reference in New Issue
Block a user