fix: Add module map for breadcrumbs
This commit is contained in:
parent
e7bb54ed76
commit
ab46f0f5bb
@ -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'
|
||||||
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user