Navigation added for Employee Separation, Onboarding

This commit is contained in:
Rohit Waghchaure 2018-05-15 16:04:39 +05:30
parent 6bcf48a70e
commit e2a7f86636

View File

@ -200,6 +200,14 @@ def get_data():
{
"type": "doctype",
"name": "Employee Promotion",
},
{
"type": "doctype",
"name": "Employee Separation"
},
{
"type": "doctype",
"name": "Employee Onboarding"
}
]
},