From e31cdb5b85d4e96ea29efca65b026a811d22f8af Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Fri, 8 Feb 2019 08:06:02 +0530 Subject: [PATCH] fix(modules): add ERPNext settings module --- erpnext/config/desktop.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index 8484c64c1a..aa4c02a4e5 100644 --- a/erpnext/config/desktop.py +++ b/erpnext/config/desktop.py @@ -206,4 +206,15 @@ def get_data(): 'standard': 1, "description": "Publish items to other ERPNext users and start a conversation." }, + { + "module_name": "Settings", + "category": "Administration", + "label": _("Settings"), + "color": "#bdc3c7", + "reverse": 1, + "icon": "octicon octicon-settings", + "type": "module", + "hidden": 1, + "description": "Global settings for all modules in ERPNext, with Email Digest and SMS." + }, ]