From 88dbc26a98733a1a867088489947cb887987a08c Mon Sep 17 00:00:00 2001 From: Shreya Shah Date: Thu, 7 Dec 2017 18:24:42 +0530 Subject: [PATCH] replace process payroll (#11873) --- erpnext/config/hr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index ec281bb6ef..b433433bc4 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -99,8 +99,8 @@ def get_data(): }, { "type": "doctype", - "name": "Process Payroll", - "label": _("Process Payroll"), + "name": "Payroll Entry", + "label": _("Payroll Entry"), "description":_("Generate Salary Slips"), "hide_count": True },