mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
add messages to always show
This commit is contained in:
@@ -62,7 +62,7 @@ erpnext.startup.start = function() {
|
||||
} else {
|
||||
// always allow apps
|
||||
wn.boot.profile.allow_modules = wn.boot.profile.allow_modules.concat(
|
||||
['To Do', 'Knowledge Base', 'Calendar', 'Activity'])
|
||||
['To Do', 'Knowledge Base', 'Calendar', 'Activity', 'Messages'])
|
||||
|
||||
// setup toolbar
|
||||
erpnext.toolbar.setup();
|
||||
|
||||
Reference in New Issue
Block a user