commit | a7a6987c4213079428e68f9aedd9e9117ddcb768 | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchamp.faris@gmail.com> | Wed Jul 10 19:22:16 2019 +0530 |
committer | Faris Ansari <netchamp.faris@gmail.com> | Wed Jul 10 19:27:57 2019 +0530 |
tree | b8f7ae4955ab28c5951bc2094b807c9235456f16 | |
parent | ab46f0f5bb8096b3cc5b805d8ada0f3751a3f926 [diff] |
fix: Add Shopping Cart and Contacts
diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js index 622e1ab..dfee2b5 100644 --- a/erpnext/public/js/conf.js +++ b/erpnext/public/js/conf.js
@@ -58,5 +58,7 @@ 'Geo': 'Settings', 'Accounts': 'Accounting', 'Portal': 'Website', - 'Utilities': 'Settings' + 'Utilities': 'Settings', + 'Shopping Cart': 'Website', + 'Contacts': 'CRM' })