From 9d8091a231174947474549ea33df346db72ba84a Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Tue, 7 Mar 2023 12:29:44 +0000 Subject: [PATCH] feat: change domestic abuse answer opts --- app/models/form/lettings/questions/reason.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/models/form/lettings/questions/reason.rb b/app/models/form/lettings/questions/reason.rb index 2f46fae35..ef8fbcd0d 100644 --- a/app/models/form/lettings/questions/reason.rb +++ b/app/models/form/lettings/questions/reason.rb @@ -58,8 +58,11 @@ class Form::Lettings::Questions::Reason < ::Form::Question "17" => { "value" => "To move nearer to work", }, - "7" => { - "value" => "Domestic abuse", + "48" => { + "value" => "Domestic abuse - previously joint tenancy with partner", + }, + "49" => { + "value" => "Domestic abuse - other", }, "31" => { "value" => "Hate crime",