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