Skip to content

Commit

Permalink
Merge pull request #3215 from DFE-Digital/irp-arrival-date-task-tweak
Browse files Browse the repository at this point in the history
[CAPT-1822] IRP admin task, tweak arrival date
  • Loading branch information
asmega authored Sep 23, 2024
2 parents 2d5f4d0 + 2141357 commit 336edf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def initialize(claim)

def arrival_date
[
["Arrival date", eligibility.date_of_entry.to_fs(:govuk_date)]
["Arrival date", eligibility.date_of_entry.to_fs(:govuk_date)],
["Employment start date", eligibility.start_date&.to_fs(:govuk_date)]
]
end

Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ en:
visa:
title: "Is the claimant’s visa type eligible for a claim?"
arrival_date:
title: "Does the claimant’s arrival date match the above information from their claim?"
title: Has the claimant arrived in the UK within 3 months of contract start date?
employment:
title: "Does the claimant’s current school match the above information from their claim?"
employment_contract:
Expand Down

0 comments on commit 336edf4

Please sign in to comment.