Skip to content

Commit

Permalink
Ensure MOD-ECJU can finalise F680 applications
Browse files Browse the repository at this point in the history
  • Loading branch information
currycoder committed Jan 13, 2025
1 parent c14771d commit d9496d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions caseworker/advice/views/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,10 @@ def get_context(self, **kwargs):
lu_countersign_required = False
finalise_case = False

# Hack to ensure that F680 cases can be finalised by MOD-ECJU
if user_team_alias == services.MOD_ECJU_TEAM and self.case.case_type["reference"]["key"] == "f680":
finalise_case = True

if user_team_alias == services.LICENSING_UNIT_TEAM:
rejected_lu_countersignature = self.rejected_countersign_advice()
lu_countersign_required = self.get_lu_countersign_required(rejected_lu_countersignature)
Expand Down

0 comments on commit d9496d1

Please sign in to comment.