[minor] move item to top in stock module page
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."),
},