mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
[fixes to wnf #127
This commit is contained in:
@@ -13,7 +13,7 @@ wn.module_page["HR"] = [
|
||||
},
|
||||
{
|
||||
label: wn._("Expense Claim"),
|
||||
description: wn._("Claims for expenses made on behalf of the organization."),
|
||||
description: wn._("Claims for company expense."),
|
||||
doctype:"Expense Claim"
|
||||
},
|
||||
{
|
||||
@@ -33,7 +33,7 @@ wn.module_page["HR"] = [
|
||||
},
|
||||
{
|
||||
label: wn._("Job Applicant"),
|
||||
description: wn._("Applicant for a Job (extracted from jobs email)."),
|
||||
description: wn._("Applicant for a Job."),
|
||||
doctype:"Job Applicant"
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user