|
|
@ -10,8 +10,8 @@ class Form::Lettings::Subsections::PropertyInformation < ::Form::Subsection |
|
|
|
@pages ||= [ |
|
|
|
@pages ||= [ |
|
|
|
uprn_questions, |
|
|
|
uprn_questions, |
|
|
|
Form::Lettings::Pages::PropertyLocalAuthority.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyLocalAuthority.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::MinRentValueCheck.new(nil, nil, self, 0), |
|
|
|
Form::Lettings::Pages::MinRentValueCheck.new(nil, nil, self, check_answers_card_number: 0), |
|
|
|
Form::Lettings::Pages::MaxRentValueCheck.new(nil, nil, self, 0), |
|
|
|
Form::Lettings::Pages::MaxRentValueCheck.new(nil, nil, self, check_answers_card_number: 0), |
|
|
|
Form::Lettings::Pages::FirstTimePropertyLetAsSocialHousing.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::FirstTimePropertyLetAsSocialHousing.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyLetType.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyLetType.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyVacancyReasonNotFirstLet.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyVacancyReasonNotFirstLet.new(nil, nil, self), |
|
|
@ -22,8 +22,8 @@ class Form::Lettings::Subsections::PropertyInformation < ::Form::Subsection |
|
|
|
Form::Lettings::Pages::PropertyBuildingType.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyBuildingType.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyWheelchairAccessible.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyWheelchairAccessible.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyNumberOfBedrooms.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyNumberOfBedrooms.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::MinRentValueCheck.new(nil, nil, self, 0), |
|
|
|
Form::Lettings::Pages::MinRentValueCheck.new(nil, nil, self, check_answers_card_number: 0), |
|
|
|
Form::Lettings::Pages::MaxRentValueCheck.new(nil, nil, self, 0), |
|
|
|
Form::Lettings::Pages::MaxRentValueCheck.new(nil, nil, self, check_answers_card_number: 0), |
|
|
|
Form::Lettings::Pages::VoidDate.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::VoidDate.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::VoidDateValueCheck.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::VoidDateValueCheck.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyMajorRepairs.new(nil, nil, self), |
|
|
|
Form::Lettings::Pages::PropertyMajorRepairs.new(nil, nil, self), |
|
|
|