dynamic loading for reports

This commit is contained in:
Rushabh Mehta
2012-10-04 09:57:01 +05:30
parent 7a32ec0f4f
commit e7ccc317de
9 changed files with 12 additions and 2 deletions

View File

@@ -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) {