From 919c9db1b0d6d94d8c02e2b11953b8e8215574ef Mon Sep 17 00:00:00 2001 From: tunde Date: Wed, 2 Aug 2017 15:19:24 +0100 Subject: [PATCH] indicator should be red --- erpnext/hr/doctype/process_payroll/process_payroll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hr/doctype/process_payroll/process_payroll.py b/erpnext/hr/doctype/process_payroll/process_payroll.py index a2d5d3ed5f9..52c14c26bb0 100644 --- a/erpnext/hr/doctype/process_payroll/process_payroll.py +++ b/erpnext/hr/doctype/process_payroll/process_payroll.py @@ -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):