From d5f1be371296722e0112b64ce7a78339ea919459 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Mon, 12 Feb 2024 16:26:49 +0000 Subject: [PATCH] Add card number to question --- app/models/form/lettings/questions/reasonother_value_check.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/form/lettings/questions/reasonother_value_check.rb b/app/models/form/lettings/questions/reasonother_value_check.rb index d1ee23b64..865f38764 100644 --- a/app/models/form/lettings/questions/reasonother_value_check.rb +++ b/app/models/form/lettings/questions/reasonother_value_check.rb @@ -5,6 +5,7 @@ class Form::Lettings::Questions::ReasonotherValueCheck < ::Form::Question @check_answer_label = "Reason other confirmation" @header = "Are you sure this doesn’t fit an existing category?" @type = "interruption_screen" + @check_answers_card_number = 0 @answer_options = ANSWER_OPTIONS @hidden_in_check_answers = { "depends_on" => [{ "reasonother_value_check" => 0 }, { "reasonother_value_check" => 1 }] } end