diff --git a/offboarding/forms.py b/offboarding/forms.py index 0d5de819a..5f62c2cf1 100644 --- a/offboarding/forms.py +++ b/offboarding/forms.py @@ -268,7 +268,6 @@ class ResignationLetterForm(ModelForm): exclude = exclude + [ "employee_id", "status", - "is_active", ] self.instance.employee_id = request.user.employee_get exclude = list(set(exclude))