mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
appframe fixes
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user