From 4281938120e1003ded85385f6a65f4f9925ae0ef Mon Sep 17 00:00:00 2001 From: Arthur Campbell Date: Fri, 10 Mar 2023 14:39:43 +0000 Subject: [PATCH] add question number for the new question to allow CLDC-1864 to progress with fewer conflicts/complications --- app/models/form/sales/questions/buyer2_nationality.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/form/sales/questions/buyer2_nationality.rb b/app/models/form/sales/questions/buyer2_nationality.rb index c905564d2..d2056822e 100644 --- a/app/models/form/sales/questions/buyer2_nationality.rb +++ b/app/models/form/sales/questions/buyer2_nationality.rb @@ -7,6 +7,7 @@ class Form::Sales::Questions::Buyer2Nationality < ::Form::Question @type = "radio" @answer_options = ANSWER_OPTIONS @check_answers_card_number = 2 + @question_number = 32 @inferred_check_answers_value = [{ "condition" => { "national" => 13,