added module icons in grid reports

This commit is contained in:
Anand Doshi
2012-11-26 18:47:54 +05:30
parent 21df1479a7
commit ca868e42ae
9 changed files with 16 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ wn.pages['sales-analytics'].onload = function(wrapper) {
single_column: true
});
new erpnext.SalesAnalytics(wrapper);
wrapper.appframe.add_module_tab("Selling");
}
erpnext.SalesAnalytics = wn.views.TreeGridReport.extend({