mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
added designation to hr-home
This commit is contained in:
@@ -123,6 +123,11 @@ wn.module_page["HR"] = [
|
||||
"description": wn._("Type of employment master."),
|
||||
doctype: "Employment Type"
|
||||
},
|
||||
{
|
||||
"label": wn._("Designation"),
|
||||
"description": wn._("Employee Designation."),
|
||||
doctype: "Designation"
|
||||
},
|
||||
{
|
||||
"label": wn._("Appraisal Template"),
|
||||
"description": wn._("Template for employee performance appraisals."),
|
||||
|
||||
Reference in New Issue
Block a user