|
|
|
@ -2,7 +2,7 @@ class Form::Lettings::Pages::PropertyLetType < ::Form::Page
|
|
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
|
super |
|
|
|
|
@id = "property_let_type" |
|
|
|
|
@depends_on = [{ "first_time_property_let_as_social_housing" => 0, "renewal" => 0, "needstype" => 1 }] |
|
|
|
|
@depends_on = [{ "first_time_property_let_as_social_housing" => 0, "renewal" => 0 }] |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
def questions |
|
|
|
|