Browse Source

fix: correct builtype question url and section

CLDC-1482-sales-log-buyer-company
natdeanlewissoftwire 2 years ago
parent
commit
a166e5fc5d
  1. 1
      app/models/form/sales/subsections/property_information.rb

1
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

Loading…
Cancel
Save