diff --git a/hypha/apply/funds/forms.py b/hypha/apply/funds/forms.py index 3921248b033559b27dd7a65cb38b4db2d69dcb82..477b4605b797e55e1f6eaff261ef7689f89a8385 100644 --- a/hypha/apply/funds/forms.py +++ b/hypha/apply/funds/forms.py @@ -310,7 +310,7 @@ class UpdateReviewersForm(ApplicationSubmissionModelForm): ).last() if ( assigned_reviewer - and not cleaned_data[field] + and (not cleaned_data[field] and assigned_reviewer.reviewer.is_active) and assigned_reviewer.reviewer in self.submitted_reviewers ): self.add_error(