Browse Source

feat: update card numbers after merge

pull/1381/head
natdeanlewissoftwire 3 years ago
parent
commit
b4112f9e65
  1. 1
      app/models/form/lettings/questions/starter_tenancy_type.rb
  2. 1
      app/models/form/lettings/questions/tenancy_type.rb

1
app/models/form/lettings/questions/starter_tenancy_type.rb

@ -9,6 +9,7 @@ class Form::Lettings::Questions::StarterTenancyType < ::Form::Question
@hint_text = "This is also known as an ‘introductory period’."
@answer_options = ANSWER_OPTIONS
@conditional_for = { "tenancyother" => [3] }
@question_number = 27
end
ANSWER_OPTIONS = {

1
app/models/form/lettings/questions/tenancy_type.rb

@ -9,6 +9,7 @@ class Form::Lettings::Questions::TenancyType < ::Form::Question
@hint_text = ""
@answer_options = ANSWER_OPTIONS
@conditional_for = { "tenancyother" => [3] }
@question_number = 27
end
ANSWER_OPTIONS = {

Loading…
Cancel
Save