diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py index 957abecdce8..7a4345e4d22 100644 --- a/erpnext/config/stock.py +++ b/erpnext/config/stock.py @@ -26,6 +26,11 @@ def get_data(): "name": "Purchase Receipt", "description": _("Goods received from Suppliers."), }, + { + "type": "doctype", + "name": "Installation Note", + "description": _("Installation record for a Serial No.") + }, { "type": "doctype", "name": "Item", @@ -57,11 +62,6 @@ def get_data(): "name": "Stock Reconciliation", "description": _("Upload stock balance via csv.") }, - { - "type": "doctype", - "name": "Installation Note", - "description": _("Installation record for a Serial No.") - }, { "type": "doctype", "name": "Packing Slip",