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

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