commit | 683d98fd54863dc278922f68cceea3fd15bc18cf | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Jan 19 12:48:03 2017 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Jan 19 12:48:03 2017 +0530 |
tree | 614084158e0d8f7fe69b72bd5f5c5de60c1ab392 | |
parent | 35e4d8b152f93ed782456d5cfd30964a6a6eb2cc [diff] |
[fix] update_salary_slip.py
diff --git a/erpnext/patches/v7_2/update_salary_slips.py b/erpnext/patches/v7_2/update_salary_slips.py index c23ea71..419d335 100644 --- a/erpnext/patches/v7_2/update_salary_slips.py +++ b/erpnext/patches/v7_2/update_salary_slips.py
@@ -1,6 +1,6 @@ import frappe from erpnext.hr.doctype.process_payroll.process_payroll import get_month_details -from frappe import cint +from frappe.utils import cint def execute(): frappe.reload_doctype('Salary Slip')