mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
add messages to always show
This commit is contained in:
@@ -62,7 +62,7 @@ erpnext.startup.start = function() {
|
|||||||
} else {
|
} else {
|
||||||
// always allow apps
|
// always allow apps
|
||||||
wn.boot.profile.allow_modules = wn.boot.profile.allow_modules.concat(
|
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
|
// setup toolbar
|
||||||
erpnext.toolbar.setup();
|
erpnext.toolbar.setup();
|
||||||
|
|||||||
Reference in New Issue
Block a user