Browse Source

feat: add q60 ands 61 sales

pull/1381/head
natdeanlewissoftwire 3 years ago
parent
commit
124c50f7df
  1. 1
      app/models/form/sales/questions/buyer2_living_in.rb
  2. 1
      app/models/form/sales/questions/previous_tenure_buyer2.rb

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

@ -7,6 +7,7 @@ class Form::Sales::Questions::Buyer2LivingIn < ::Form::Question
@type = "radio" @type = "radio"
@hint_text = "" @hint_text = ""
@answer_options = ANSWER_OPTIONS @answer_options = ANSWER_OPTIONS
@question_number = 60
end end
ANSWER_OPTIONS = { ANSWER_OPTIONS = {

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

@ -7,6 +7,7 @@ class Form::Sales::Questions::PreviousTenureBuyer2 < ::Form::Question
@type = "radio" @type = "radio"
@hint_text = "" @hint_text = ""
@answer_options = ANSWER_OPTIONS @answer_options = ANSWER_OPTIONS
@question_number = 61
end end
ANSWER_OPTIONS = { ANSWER_OPTIONS = {

Loading…
Cancel
Save