mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
indicator should be red
This commit is contained in:
@@ -343,7 +343,7 @@ class ProcessPayroll(Document):
|
||||
else:
|
||||
frappe.msgprint(
|
||||
"There are no submitted Salary Slips to process.",
|
||||
title="Error"
|
||||
title="Error", indicator="red"
|
||||
)
|
||||
|
||||
def update_salary_slip_status(self, jv_name = None):
|
||||
|
||||
Reference in New Issue
Block a user