commit | 919c9db1b0d6d94d8c02e2b11953b8e8215574ef | [log] [tgz] |
---|---|---|
author | tunde <tundebabzy@gmail.com> | Wed Aug 02 15:19:24 2017 +0100 |
committer | tunde <tundebabzy@gmail.com> | Wed Aug 02 15:19:24 2017 +0100 |
tree | acdf0e2ff8abdb0454f24dde2ef1c7039db59a76 | |
parent | 3b8b3fe766c4b3435afea4d2ea4413bcd1b336f1 [diff] |
indicator should be red
diff --git a/erpnext/hr/doctype/process_payroll/process_payroll.py b/erpnext/hr/doctype/process_payroll/process_payroll.py index a2d5d3e..52c14c2 100644 --- a/erpnext/hr/doctype/process_payroll/process_payroll.py +++ b/erpnext/hr/doctype/process_payroll/process_payroll.py
@@ -343,7 +343,7 @@ 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):