add the data import icon in the desktop.py (#12062)
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index 5926838..36d2b40 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -292,12 +292,14 @@
"label": _("Hub")
},
{
- "module_name": "Data Import Tool",
- "color": "#7f8c8d",
+ "module_name": "Data Import",
+ "color": "#FFF168",
+ "reverse": 1,
+ "doctype": "Data Import",
"icon": "octicon octicon-cloud-upload",
- "type": "page",
- "link": "data-import-tool",
- "label": _("Data Import Tool")
+ "label": _("Data Import"),
+ "link": "List/Data Import",
+ "type": "list"
},
{
"module_name": "Restaurant",