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