[ADD] EMPLOYEE: New fields and updation in filter form of employee view
This commit is contained in:
@@ -161,6 +161,8 @@ class EmployeeForm(ModelForm):
|
||||
exclude = (
|
||||
"employee_user_id",
|
||||
"additional_info",
|
||||
"is_from_onboarding",
|
||||
"is_directly_converted",
|
||||
)
|
||||
widgets = {
|
||||
"dob": TextInput(attrs={"type": "date", "id": "dob"}),
|
||||
|
||||
Reference in New Issue
Block a user