Merge pull request #7890 from KanchanChauhan/hr-page

[Minor] Employee Loan Management moved up in  HR Page
This commit is contained in:
Nabin Hait 2017-03-02 14:14:04 +05:30 committed by GitHub
commit 42bc399f2a

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