From e666b882e731fd52611c46eafcecb41968cd2b9b Mon Sep 17 00:00:00 2001 From: Michelle Alva <50285544+michellealva@users.noreply.github.com> Date: Sat, 27 Jul 2019 10:03:18 +0530 Subject: [PATCH] fix: added payroll period in HR module (#18500) --- erpnext/config/hr.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 0367755595a..bb055df3a30 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -160,6 +160,10 @@ def get_data(): "name": "Salary Slip", "onboard": 1, }, + { + "type": "doctype", + "name": "Payroll Period", + }, { "type": "doctype", "name": "Salary Component",