appframe fixes

This commit is contained in:
Rushabh Mehta
2012-12-22 13:50:35 +05:30
parent ff153490fe
commit 6f65de15ae
10 changed files with 28 additions and 10 deletions

View File

@@ -22,7 +22,9 @@ wn.pages['sales-analytics'].onload = function(wrapper) {
});
new erpnext.SalesAnalytics(wrapper);
wrapper.appframe.add_module_tab("Selling");
wrapper.appframe.add_home_breadcrumb()
wrapper.appframe.add_module_breadcrumb("Selling")
wrapper.appframe.add_breadcrumb("icon-bar-chart")
}
erpnext.SalesAnalytics = wn.views.TreeGridReport.extend({