|
|
|
@ -2,6 +2,9 @@ class Form::Sales::Pages::NumberOfOthersInProperty < ::Form::Page |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "number_of_others_in_property" |
|
|
|
@id = "number_of_others_in_property" |
|
|
|
|
|
|
|
@depends_on = [{ |
|
|
|
|
|
|
|
"privacynotice" => 1, |
|
|
|
|
|
|
|
}] |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def questions |
|
|
|
def questions |
|
|
|
|