diff --git a/app/models/form/lettings/subsections/property_information.rb b/app/models/form/lettings/subsections/property_information.rb index 5bd04f2c6..4ae1000c2 100644 --- a/app/models/form/lettings/subsections/property_information.rb +++ b/app/models/form/lettings/subsections/property_information.rb @@ -35,9 +35,9 @@ class Form::Lettings::Subsections::PropertyInformation < ::Form::Subsection Form::Lettings::Pages::Uprn.new(nil, nil, self), Form::Lettings::Pages::UprnConfirmation.new(nil, nil, self), Form::Lettings::Pages::AddressSearch.new(nil, nil, self), - Form::Lettings::Pages::AddressMatcher.new(nil, nil, self), - Form::Lettings::Pages::NoAddressFound.new(nil, nil, self), # soft validation - Form::Lettings::Pages::UprnSelection.new(nil, nil, self), + # Form::Lettings::Pages::AddressMatcher.new(nil, nil, self), + # Form::Lettings::Pages::NoAddressFound.new(nil, nil, self), # soft validation + # Form::Lettings::Pages::UprnSelection.new(nil, nil, self), Form::Lettings::Pages::AddressFallback.new(nil, nil, self), ] else diff --git a/app/models/form/sales/subsections/property_information.rb b/app/models/form/sales/subsections/property_information.rb index f7cef35a7..28014137f 100644 --- a/app/models/form/sales/subsections/property_information.rb +++ b/app/models/form/sales/subsections/property_information.rb @@ -27,9 +27,9 @@ class Form::Sales::Subsections::PropertyInformation < ::Form::Subsection Form::Sales::Pages::Uprn.new(nil, nil, self), Form::Sales::Pages::UprnConfirmation.new(nil, nil, self), Form::Sales::Pages::AddressSearch.new(nil, nil, self), - Form::Sales::Pages::AddressMatcher.new(nil, nil, self), - Form::Sales::Pages::NoAddressFound.new(nil, nil, self), - Form::Sales::Pages::UprnSelection.new(nil, nil, self), + # Form::Sales::Pages::AddressMatcher.new(nil, nil, self), + # Form::Sales::Pages::NoAddressFound.new(nil, nil, self), + # Form::Sales::Pages::UprnSelection.new(nil, nil, self), Form::Sales::Pages::AddressFallback.new(nil, nil, self), Form::Sales::Pages::PropertyLocalAuthority.new(nil, nil, self), Form::Sales::Pages::Buyer1IncomeDiscountedMaxValueCheck.new("local_authority_buyer_1_income_max_value_check", nil, self, check_answers_card_number: nil),