From 639eebdae5f80b333cf0a170da70120398315cba Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Tue, 28 Feb 2017 18:01:07 +0530 Subject: [PATCH] [Minor] Employee Loan Management moved up in HR Page --- erpnext/config/hr.py | 43 ++++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 0a969ed263..43f625af42 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -153,7 +153,26 @@ def get_data(): }, ] }, - + { + "label": _("Employee Loan Management"), + "icon": "icon-list", + "items": [ + { + "type": "doctype", + "name": "Loan Type", + "description": _("Define various loan types") + }, + { + "type": "doctype", + "name": "Employee Loan Application", + "description": _("Employee Loan Application") + }, + { + "type": "doctype", + "name": "Employee Loan" + }, + ] + }, { "label": _("Training"), "items": [ @@ -185,8 +204,6 @@ def get_data(): }, ] }, - - { "label": _("Setup"), "icon": "fa fa-cog", @@ -270,26 +287,6 @@ def get_data(): ] }, - { - "label": _("Employee Loan Management"), - "icon": "icon-list", - "items": [ - { - "type": "doctype", - "name": "Loan Type", - "description": _("Define various loan types") - }, - { - "type": "doctype", - "name": "Employee Loan Application", - "description": _("Employee Loan Application") - }, - { - "type": "doctype", - "name": "Employee Loan" - }, - ] - }, { "label": _("Help"), "icon": "fa fa-facetime-video",