From b4112f9e65576f584d895f4ef09db3c1b7be954c Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 16 Mar 2023 17:34:21 +0000 Subject: [PATCH] feat: update card numbers after merge --- app/models/form/lettings/questions/starter_tenancy_type.rb | 1 + app/models/form/lettings/questions/tenancy_type.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/app/models/form/lettings/questions/starter_tenancy_type.rb b/app/models/form/lettings/questions/starter_tenancy_type.rb index 13fa20ef6..08fc8e56d 100644 --- a/app/models/form/lettings/questions/starter_tenancy_type.rb +++ b/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 = { diff --git a/app/models/form/lettings/questions/tenancy_type.rb b/app/models/form/lettings/questions/tenancy_type.rb index c05b4349d..95beffbca 100644 --- a/app/models/form/lettings/questions/tenancy_type.rb +++ b/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 = {