Skip to content

Commit

Permalink
Add NIN column to HO report
Browse files Browse the repository at this point in the history
  • Loading branch information
fumimowdan committed Sep 21, 2023
1 parent 26c249f commit e1f3cdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/reports/home_office.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def rows
nil,
nil,
nil,
nil,
]
end
end
Expand Down Expand Up @@ -61,6 +62,7 @@ def header
"Nationality",
"Place of Birth",
"Passport Number",
"National Insurance Number",
"Address",
"Postcode",
"Email",
Expand Down
2 changes: 2 additions & 0 deletions spec/models/reports/home_office_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module Reports
nil,
nil,
nil,
nil,
].join(","))
end

Expand All @@ -76,6 +77,7 @@ module Reports
"Nationality",
"Place of Birth",
"Passport Number",
"National Insurance Number",
"Address",
"Postcode",
"Email",
Expand Down

0 comments on commit e1f3cdb

Please sign in to comment.