commit | 88dbc26a98733a1a867088489947cb887987a08c | [log] [tgz] |
---|---|---|
author | Shreya Shah <shreyashah115@gmail.com> | Thu Dec 07 18:24:42 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 07 18:24:42 2017 +0530 |
tree | 3bf41d036f99da8d4bfd8fb3ae87895a2001786e | |
parent | 5ee5d4329547d374278ddfd45bf2f890bccf0013 [diff] |
replace process payroll (#11873)
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index ec281bb..b433433 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py
@@ -99,8 +99,8 @@ }, { "type": "doctype", - "name": "Process Payroll", - "label": _("Process Payroll"), + "name": "Payroll Entry", + "label": _("Payroll Entry"), "description":_("Generate Salary Slips"), "hide_count": True },