Merge pull request #7890 from KanchanChauhan/hr-page
[Minor] Employee Loan Management moved up in HR Page
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py
index 0a969ed..43f625a 100644
--- a/erpnext/config/hr.py
+++ b/erpnext/config/hr.py
@@ -153,7 +153,26 @@
},
]
},
-
+ {
+ "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 @@
},
]
},
-
-
{
"label": _("Setup"),
"icon": "fa fa-cog",
@@ -271,26 +288,6 @@
]
},
{
- "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",
"items": [