mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 06:38:24 +00:00
Merge branch 'navupdate' of github.com:webnotes/erpnext into navupdate
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
wn.require('lib/js/lib/jquery-ui-sortable.min.js');
|
||||
|
||||
$.extend(wn.pages.modules_setup, {
|
||||
modules: ['Accounts', 'Selling', 'Buying', 'Stock', 'Production', 'Projects',
|
||||
'Support', 'HR', 'Website'],
|
||||
modules: ['Activity', 'Accounts', 'Selling', 'Buying', 'Stock', 'Production', 'Projects',
|
||||
'Support', 'HR', 'Website', 'To Do', 'Messages', 'Calendar', 'Knowledge Base'],
|
||||
onload: function(wrapper) {
|
||||
wn.pages.modules_setup.refresh(wn.boot.modules_list);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user