Skip to content

Commit

Permalink
Merge pull request #6335 from ministryofjustice/ap-4796-add-surname-a…
Browse files Browse the repository at this point in the history
…t-birth-to-reports

AP-4796: Add surname at birth details to reports
  • Loading branch information
colinbruce authored Feb 9, 2024
2 parents 287df0e + 9210915 commit 715fca1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/providers/means_reports/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<%= render(
"shared/check_answers/client_details",
attributes: %i[first_name last_name date_of_birth age means_test national_insurance_number],
attributes: %i[first_name last_name last_name_at_birth changed_last_name date_of_birth age means_test national_insurance_number],
applicant: @legal_aid_application.applicant,
read_only: true,
) %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/providers/merits_reports/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<%= render(
"shared/check_answers/client_details",
attributes: %i[first_name last_name date_of_birth age means_test national_insurance_number],
attributes: %i[first_name last_name last_name_at_birth changed_last_name date_of_birth age means_test national_insurance_number],
applicant: @legal_aid_application.applicant,
read_only: true,
) %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h2 class="govuk-heading-l"><%= t(".client_details_heading") %></h2>
<%= render(
"shared/check_answers/client_details",
attributes: %i[first_name last_name date_of_birth national_insurance_number email address],
attributes: %i[first_name last_name last_name_at_birth changed_last_name date_of_birth national_insurance_number email address],
applicant: @legal_aid_application.applicant,
address: @legal_aid_application.applicant.address,
read_only: true,
Expand Down

0 comments on commit 715fca1

Please sign in to comment.