From 996a1010cb107dfed1cfac8f7743f235d38c03fb Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 23 Sep 2014 14:53:30 +0530 Subject: [PATCH] Moved Installation note from tools to documents section --- erpnext/config/stock.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",