added designation to hr-home

This commit is contained in:
Rushabh Mehta
2013-01-29 19:07:24 +05:30
parent dacfa901c6
commit 1bf5ee27ea
2 changed files with 9 additions and 11 deletions

View File

@@ -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."),