indicator should be red

This commit is contained in:
tunde 2017-08-02 15:19:24 +01:00
parent 3b8b3fe766
commit 919c9db1b0

View File

@ -343,7 +343,7 @@ class ProcessPayroll(Document):
else: else:
frappe.msgprint( frappe.msgprint(
"There are no submitted Salary Slips to process.", "There are no submitted Salary Slips to process.",
title="Error" title="Error", indicator="red"
) )
def update_salary_slip_status(self, jv_name = None): def update_salary_slip_status(self, jv_name = None):