mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
replace process payroll (#11873)
This commit is contained in:
@@ -99,8 +99,8 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Process Payroll",
|
"name": "Payroll Entry",
|
||||||
"label": _("Process Payroll"),
|
"label": _("Payroll Entry"),
|
||||||
"description":_("Generate Salary Slips"),
|
"description":_("Generate Salary Slips"),
|
||||||
"hide_count": True
|
"hide_count": True
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user