|
|
|
@ -2,7 +2,7 @@ class Form::Lettings::Pages::TenancyLength < ::Form::Page |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "tenancy_length" |
|
|
|
@id = "tenancy_length" |
|
|
|
@depends_on = [{ "tenancy_type_fixed_term_or_other?" => true }] |
|
|
|
@depends_on = [{ "tenancy_type_fixed_term?" => true }] |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def questions |
|
|
|
def questions |
|
|
|
|