Skip to content

Commit

Permalink
IRP admin task, tweak arrival date
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Sep 23, 2024
1 parent 2d5f4d0 commit 2141357
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 2141357

Please sign in to comment.