diff --git a/app/services/bulk_upload/lettings/year2023/row_parser.rb b/app/services/bulk_upload/lettings/year2023/row_parser.rb index 66624cce6..70aa4951e 100644 --- a/app/services/bulk_upload/lettings/year2023/row_parser.rb +++ b/app/services/bulk_upload/lettings/year2023/row_parser.rb @@ -115,11 +115,11 @@ class BulkUpload::Lettings::Year2023::RowParser field_108: "What is the postcode of the household’s last settled home?", field_109: "What is the local authority of the household’s last settled home?", field_110: "Was the household given 'reasonable preference' by the local authority?", - field_111: "Reasonable preference reason They were homeless or about to lose their home (within 56 days)", - field_112: "Reasonable preference reason They were living in insanitary, overcrowded or unsatisfactory housing", - field_113: "Reasonable preference reason They needed to move on medical and welfare reasons (including disability)", - field_114: "Reasonable preference reason They needed to move to avoid hardship to themselves or others", - field_115: "Reasonable preference reason Don’t know", + field_111: "Reasonable preference reason - They were homeless or about to lose their home (within 56 days)", + field_112: "Reasonable preference reason - They were living in insanitary, overcrowded or unsatisfactory housing", + field_113: "Reasonable preference reason - They needed to move on medical and welfare reasons (including disability)", + field_114: "Reasonable preference reason - They needed to move to avoid hardship to themselves or others", + field_115: "Reasonable preference reason - Don’t know", field_116: "Was the letting made under the Choice-Based Lettings (CBL)?", field_117: "Was the letting made under the Common Allocation Policy (CAP)?", field_118: "Was the letting made under the Common Housing Register (CHR)?", diff --git a/app/services/bulk_upload/lettings/year2024/row_parser.rb b/app/services/bulk_upload/lettings/year2024/row_parser.rb index bfdd39490..5f253bdf9 100644 --- a/app/services/bulk_upload/lettings/year2024/row_parser.rb +++ b/app/services/bulk_upload/lettings/year2024/row_parser.rb @@ -111,11 +111,11 @@ class BulkUpload::Lettings::Year2024::RowParser field_104: "What is the postcode of the household’s last settled home?", field_105: "What is the local authority of the household’s last settled home?", field_106: "Was the household given 'reasonable preference' by the local authority?", - field_107: "Reasonable preference reason They were homeless or about to lose their home (within 56 days)", - field_108: "Reasonable preference reason They were living in insanitary, overcrowded or unsatisfactory housing", - field_109: "Reasonable preference reason They needed to move on medical and welfare reasons (including disability)", - field_110: "Reasonable preference reason They needed to move to avoid hardship to themselves or others", - field_111: "Reasonable preference reason Don’t know", + field_107: "Reasonable preference reason - They were homeless or about to lose their home (within 56 days)", + field_108: "Reasonable preference reason - They were living in insanitary, overcrowded or unsatisfactory housing", + field_109: "Reasonable preference reason - They needed to move on medical and welfare reasons (including disability)", + field_110: "Reasonable preference reason - They needed to move to avoid hardship to themselves or others", + field_111: "Reasonable preference reason - Don’t know", field_112: "Was the letting made under the Choice-Based Lettings (CBL)?", field_113: "Was the letting made under the Common Allocation Policy (CAP)?", field_114: "Was the letting made under the Common Housing Register (CHR)?", diff --git a/app/services/bulk_upload/lettings/year2025/row_parser.rb b/app/services/bulk_upload/lettings/year2025/row_parser.rb index dc9b809fb..89dfac334 100644 --- a/app/services/bulk_upload/lettings/year2025/row_parser.rb +++ b/app/services/bulk_upload/lettings/year2025/row_parser.rb @@ -111,11 +111,11 @@ class BulkUpload::Lettings::Year2025::RowParser field_104: "What is the postcode of the household’s last settled home?", field_105: "What is the local authority of the household’s last settled home?", field_106: "Was the household given 'reasonable preference' by the local authority?", - field_107: "Reasonable preference reason They were homeless or about to lose their home (within 56 days)", - field_108: "Reasonable preference reason They were living in insanitary, overcrowded or unsatisfactory housing", - field_109: "Reasonable preference reason They needed to move on medical and welfare reasons (including disability)", - field_110: "Reasonable preference reason They needed to move to avoid hardship to themselves or others", - field_111: "Reasonable preference reason Don’t know", + field_107: "Reasonable preference reason - They were homeless or about to lose their home (within 56 days)", + field_108: "Reasonable preference reason - They were living in insanitary, overcrowded or unsatisfactory housing", + field_109: "Reasonable preference reason - They needed to move on medical and welfare reasons (including disability)", + field_110: "Reasonable preference reason - They needed to move to avoid hardship to themselves or others", + field_111: "Reasonable preference reason - Don’t know", field_112: "Was the letting made under the Choice-Based Lettings (CBL)?", field_113: "Was the letting made under the Common Allocation Policy (CAP)?", field_114: "Was the letting made under the Common Housing Register (CHR)?",