mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
fix: added payroll period in HR module (#18500)
This commit is contained in:
committed by
Anurag Mishra
parent
0f3281fe43
commit
e666b882e7
@@ -160,6 +160,10 @@ def get_data():
|
|||||||
"name": "Salary Slip",
|
"name": "Salary Slip",
|
||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Payroll Period",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Salary Component",
|
"name": "Salary Component",
|
||||||
|
|||||||
Reference in New Issue
Block a user