[fix] update_salary_slip.py

This commit is contained in:
Rushabh Mehta 2017-01-19 12:48:03 +05:30
parent 35e4d8b152
commit 683d98fd54

View File

@ -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')