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