mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
Merge pull request #18397 from surajshetty3416/employee-skill-map-config
fix: Add Employee Skill Map to HR module page
This commit is contained in:
@@ -219,6 +219,11 @@ def get_data():
|
|||||||
"name": "Employee Onboarding",
|
"name": "Employee Onboarding",
|
||||||
"dependencies": ["Job Applicant"],
|
"dependencies": ["Job Applicant"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Employee Skill Map",
|
||||||
|
"dependencies": ["Employee"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Employee Promotion",
|
"name": "Employee Promotion",
|
||||||
|
|||||||
Reference in New Issue
Block a user