diff --git a/erpnext/patches/v7_2/update_salary_slips.py b/erpnext/patches/v7_2/update_salary_slips.py index c23ea71492..419d335a96 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')