From a1f9c8cc39756e5941f027c777a9df06cec3f7ef Mon Sep 17 00:00:00 2001 From: Arthur Campbell Date: Thu, 23 Feb 2023 15:08:36 +0000 Subject: [PATCH] reorder as per feedback from UX team --- app/models/form/lettings/questions/previous_tenure.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/form/lettings/questions/previous_tenure.rb b/app/models/form/lettings/questions/previous_tenure.rb index f4cd085cb..c100c3ddd 100644 --- a/app/models/form/lettings/questions/previous_tenure.rb +++ b/app/models/form/lettings/questions/previous_tenure.rb @@ -16,6 +16,7 @@ class Form::Lettings::Questions::PreviousTenure < ::Form::Question "31" => { "value" => "Lifetime local authority general needs tenancy" }, "33" => { "value" => "Lifetime private registered provider (PRP) general needs tenancy" }, "34" => { "value" => "Specialist retirement housing" }, + "36" => { "value" => "Sheltered housing for adults aged under 55 years" }, "35" => { "value" => "Extra care housing" }, "6" => { "value" => "Other supported housing" }, "3" => { "value" => "Private sector tenancy" }, @@ -30,12 +31,11 @@ class Form::Lettings::Questions::PreviousTenure < ::Form::Question "18" => { "value" => "Any other temporary accommodation" }, "13" => { "value" => "Children’s home or foster care" }, "24" => { "value" => "Home Office Asylum Support" }, + "37" => { "value" => "Host family or similar refugee accommodation" }, "23" => { "value" => "Mobile home or caravan" }, "21" => { "value" => "Refuge" }, "9" => { "value" => "Residential care home" }, "4" => { "value" => "Tied housing or rented with job" }, - "36" => { "value" => "Sheltered housing for adults aged under 55 years" }, - "37" => { "value" => "Host family or similar refugee accommodation" }, "25" => { "value" => "Any other accommodation" }, }.freeze end