mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
Update employee_onboarding.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user