Update employee_onboarding.py

This commit is contained in:
Manas Solanki 2018-05-15 14:32:37 +05:30 committed by GitHub
parent 6cf8a6c5f7
commit 183dc731c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ from frappe.model.mapper import get_mapped_doc
class EmployeeOnboarding(EmployeeBoardingController):
def validate():
def validate(self):
super(EmployeeOnboarding, self).validate()
def validate_employee_creation(self):