Revert "[hub] add link in modules"

This commit is contained in:
Prateeksha Singh
2018-06-28 09:59:46 +05:30
committed by GitHub
parent 84d358bd0a
commit 5d227c9028
2 changed files with 8 additions and 9 deletions

View File

@@ -323,6 +323,14 @@ def get_data():
"label": _("Lab Test"),
"hidden": 1
},
{
"module_name": "Hub",
"color": "#009248",
"icon": "/assets/erpnext/images/hub_logo.svg",
"type": "page",
"link": "Hub/Item",
"label": _("Hub")
},
{
"module_name": "Data Import",
"color": "#FFF168",