commit | 21045c456e7e9e7cb869a6855f9d2a70c7e0fc3a | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Aug 03 10:20:10 2017 +0530 |
committer | GitHub <noreply@github.com> | Thu Aug 03 10:20:10 2017 +0530 |
tree | 1d8ca7a2e686fba4207f0760b6169e29ea43a32b | |
parent | 919c9db1b0d6d94d8c02e2b11953b8e8215574ef [diff] |
Update process_payroll.py
diff --git a/erpnext/hr/doctype/process_payroll/process_payroll.py b/erpnext/hr/doctype/process_payroll/process_payroll.py index 52c14c2..7575ee4 100644 --- a/erpnext/hr/doctype/process_payroll/process_payroll.py +++ b/erpnext/hr/doctype/process_payroll/process_payroll.py
@@ -342,7 +342,7 @@ return journal_entry.as_dict() else: frappe.msgprint( - "There are no submitted Salary Slips to process.", + _("There are no submitted Salary Slips to process."), title="Error", indicator="red" )