replace process payroll (#11873)

This commit is contained in:
Shreya Shah
2017-12-07 18:24:42 +05:30
committed by Nabin Hait
parent 5ee5d43295
commit 88dbc26a98

View File

@@ -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
}, },