From 21fa326b5985689539b9ad83a578d50e60161371 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Fri, 24 Feb 2023 10:44:07 +0000 Subject: [PATCH] feat: add new question option --- app/models/form/lettings/questions/rsnvac.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/models/form/lettings/questions/rsnvac.rb b/app/models/form/lettings/questions/rsnvac.rb index 4968ebb2d..2899a9463 100644 --- a/app/models/form/lettings/questions/rsnvac.rb +++ b/app/models/form/lettings/questions/rsnvac.rb @@ -36,6 +36,9 @@ class Form::Lettings::Questions::Rsnvac < ::Form::Question "18" => { "value" => "Tenant moved to care home", }, + "20" => { + "value" => "Tenant moved to long-stay hospital or similar institution", + }, "6" => { "value" => "Tenant abandoned property", },