Moved Installation note from tools to documents section
diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py
index 957abec..7a4345e 100644
--- a/erpnext/config/stock.py
+++ b/erpnext/config/stock.py
@@ -28,6 +28,11 @@
},
{
"type": "doctype",
+ "name": "Installation Note",
+ "description": _("Installation record for a Serial No.")
+ },
+ {
+ "type": "doctype",
"name": "Item",
"description": _("All Products or Services."),
},
@@ -59,11 +64,6 @@
},
{
"type": "doctype",
- "name": "Installation Note",
- "description": _("Installation record for a Serial No.")
- },
- {
- "type": "doctype",
"name": "Packing Slip",
"description": _("Split Delivery Note into packages.")
},