[minor] move item to top in stock module page
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index 498d100..c3fe141 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -64,9 +64,9 @@
"type": "module"
},
"Learn": {
- "color": "#FCB868",
+ "color": "#FF888B",
"force_show": True,
- "icon": "icon-facetime-video",
+ "icon": "octicon octicon-device-camera-video",
"type": "module",
"is_help": True
}
diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py
index dab009d..a4a7202 100644
--- a/erpnext/config/stock.py
+++ b/erpnext/config/stock.py
@@ -9,6 +9,11 @@
"items": [
{
"type": "doctype",
+ "name": "Item",
+ "description": _("All Products or Services."),
+ },
+ {
+ "type": "doctype",
"name": "Material Request",
"description": _("Requests for items."),
},
@@ -34,11 +39,6 @@
},
{
"type": "doctype",
- "name": "Item",
- "description": _("All Products or Services."),
- },
- {
- "type": "doctype",
"name": "Warehouse",
"description": _("Where items are stored."),
},