mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
Update process_payroll.py
This commit is contained in:
@@ -342,7 +342,7 @@ class ProcessPayroll(Document):
|
|||||||
return journal_entry.as_dict()
|
return journal_entry.as_dict()
|
||||||
else:
|
else:
|
||||||
frappe.msgprint(
|
frappe.msgprint(
|
||||||
"There are no submitted Salary Slips to process.",
|
_("There are no submitted Salary Slips to process."),
|
||||||
title="Error", indicator="red"
|
title="Error", indicator="red"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user