commit | e666b882e731fd52611c46eafcecb41968cd2b9b | [log] [tgz] |
---|---|---|
author | Michelle Alva <50285544+michellealva@users.noreply.github.com> | Sat Jul 27 10:03:18 2019 +0530 |
committer | Anurag Mishra <32095923+Anurag810@users.noreply.github.com> | Sat Jul 27 10:03:18 2019 +0530 |
tree | ae82574bad40d847a218b4c08efd2445871d8286 | |
parent | 0f3281fe430a66fc4a10af68503863660c350ea4 [diff] |
fix: added payroll period in HR module (#18500)
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 0367755..bb055df 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py
@@ -162,6 +162,10 @@ }, { "type": "doctype", + "name": "Payroll Period", + }, + { + "type": "doctype", "name": "Salary Component", }, {