mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
fix: Add module map for breadcrumbs
This commit is contained in:
@@ -52,3 +52,11 @@ $.extend(frappe.breadcrumbs.preferred, {
|
|||||||
"Sales Partner": "Selling",
|
"Sales Partner": "Selling",
|
||||||
"Brand": "Selling"
|
"Brand": "Selling"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$.extend(frappe.breadcrumbs.module_map, {
|
||||||
|
'ERPNext Integrations': 'Integrations',
|
||||||
|
'Geo': 'Settings',
|
||||||
|
'Accounts': 'Accounting',
|
||||||
|
'Portal': 'Website',
|
||||||
|
'Utilities': 'Settings'
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user