Skip to content

Commit

Permalink
fix: added payroll period in HR module (#18500)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellealva authored and Anurag810 committed Jul 27, 2019
1 parent 0f3281f commit e666b88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions erpnext/config/hr.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ def get_data():
"name": "Salary Slip",
"onboard": 1,
},
{
"type": "doctype",
"name": "Payroll Period",
},
{
"type": "doctype",
"name": "Salary Component",
Expand Down

0 comments on commit e666b88

Please sign in to comment.