|
|
@ -2,6 +2,10 @@ class Form::Sales::Pages::PropertyWheelchairAccessible < ::Form::Page |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "property_wheelchair_accessible" |
|
|
|
@id = "property_wheelchair_accessible" |
|
|
|
|
|
|
|
@depends_on = [ |
|
|
|
|
|
|
|
{ "form.start_year_2025_or_later?" => false }, |
|
|
|
|
|
|
|
{ "is_staircase?" => false }, |
|
|
|
|
|
|
|
] |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def questions |
|
|
|
def questions |
|
|
|