Browse Source

Add missing mappping for lettype and renttype (#2978)

pull/2997/head
kosiakkatrina 1 week ago committed by GitHub
parent
commit
7d734c7a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      app/services/csv/lettings_log_csv_service.rb

5
app/services/csv/lettings_log_csv_service.rb

@ -177,6 +177,10 @@ module Csv
10 => "Intermediate rent supported housing private registered provider",
11 => "Intermediate rent general needs local authority",
12 => "Intermediate rent supported housing local authority",
13 => "Specified accommodation general needs private registered provider",
14 => "Specified accommodation supported housing private registered provider",
15 => "Specified accommodation general needs local authority",
16 => "Specified accommodation supported housing local authority",
}.freeze
IRPRODUCT_LABELS = {
@ -206,6 +210,7 @@ module Csv
1 => "Social Rent",
2 => "Affordable Rent",
3 => "Intermediate Rent",
4 => "Specified accommodation",
}.freeze
UPRN_KNOWN_LABELS = {

Loading…
Cancel
Save