Browse Source

Add missing mappping for lettype and renttype

pull/2978/head
Kat 2 months ago
parent
commit
a941f4bf78
  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