[minor] Link to Employee Separation template and Onbording template added in HR Module Page (#14748)

* [minor] Link to Employee Separation template and Onbording template added in HR Module Page

* [minor] Employee templated added in Employee Life Cycle Section
This commit is contained in:
Vishal Dhayagude 2018-07-03 10:20:02 +05:30 committed by Nabin Hait
parent 4987c4ef53
commit 0e027a14a7

View File

@ -211,11 +211,19 @@ def get_data():
},
{
"type": "doctype",
"name": "Employee Separation"
"name": "Employee Separation",
},
{
"type": "doctype",
"name": "Employee Onboarding"
},
{
"type": "doctype",
"name": "Employee Separation Template",
},
{
"type": "doctype",
"name": "Employee Onboarding Template"
}
]
},