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 = {