Browse Source

add question number for the new question to allow CLDC-1864 to progress with fewer conflicts/complications

pull/1390/head
Arthur Campbell 3 years ago
parent
commit
4281938120
  1. 1
      app/models/form/sales/questions/buyer2_nationality.rb

1
app/models/form/sales/questions/buyer2_nationality.rb

@ -7,6 +7,7 @@ class Form::Sales::Questions::Buyer2Nationality < ::Form::Question
@type = "radio" @type = "radio"
@answer_options = ANSWER_OPTIONS @answer_options = ANSWER_OPTIONS
@check_answers_card_number = 2 @check_answers_card_number = 2
@question_number = 32
@inferred_check_answers_value = [{ @inferred_check_answers_value = [{
"condition" => { "condition" => {
"national" => 13, "national" => 13,

Loading…
Cancel
Save