From a166e5fc5d9c291284ddd761e17a7f5aa2da1f80 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 6 Oct 2022 10:35:04 +0100 Subject: [PATCH] fix: correct builtype question url and section --- app/models/form/sales/subsections/property_information.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/form/sales/subsections/property_information.rb b/app/models/form/sales/subsections/property_information.rb index 61791cb79..3f09e03aa 100644 --- a/app/models/form/sales/subsections/property_information.rb +++ b/app/models/form/sales/subsections/property_information.rb @@ -12,6 +12,7 @@ class Form::Sales::Subsections::PropertyInformation < ::Form::Subsection Form::Sales::Pages::PropertyNumberOfBedrooms.new(nil, nil, self), Form::Sales::Pages::PropertyBuildingType.new(nil, nil, self), Form::Sales::Pages::PropertyUnitType.new(nil, nil, self), + Form::Sales::Pages::BuildingType.new(nil, nil, self), ] end end