commit | ab46f0f5bb8096b3cc5b805d8ada0f3751a3f926 | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchamp.faris@gmail.com> | Wed Jul 10 18:49:41 2019 +0530 |
committer | Faris Ansari <netchamp.faris@gmail.com> | Wed Jul 10 19:27:44 2019 +0530 |
tree | 14af3e373a26ca5f027184d7f8d0b397c3eacaff | |
parent | e7bb54ed767fc429027020f2e94c4a0a827ceeca [diff] |
fix: Add module map for breadcrumbs
diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js index ec71df3..622e1ab 100644 --- a/erpnext/public/js/conf.js +++ b/erpnext/public/js/conf.js
@@ -52,3 +52,11 @@ "Sales Partner": "Selling", "Brand": "Selling" }); + +$.extend(frappe.breadcrumbs.module_map, { + 'ERPNext Integrations': 'Integrations', + 'Geo': 'Settings', + 'Accounts': 'Accounting', + 'Portal': 'Website', + 'Utilities': 'Settings' +})