From 208ce5dceac6ee17342999047fedb8ee8bf032a9 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 8 Feb 2019 12:25:30 +0530 Subject: [PATCH] fix: removed module type for learn --- erpnext/config/desktop.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index aa4c02a4e5..fd5906a62a 100644 --- a/erpnext/config/desktop.py +++ b/erpnext/config/desktop.py @@ -191,7 +191,6 @@ def get_data(): "label": _("Learn"), "color": "#FF888B", "icon": "octicon octicon-device-camera-video", - "type": "module", "is_help": True, "description": "Explore Help Articles and Videos." },