[Minor] Employee Loan Management moved up in HR Page

This commit is contained in:
Kanchan Chauhan 2017-02-28 18:01:07 +05:30
parent 8312f1cd64
commit 639eebdae5

View File

@ -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",