|
|
|
@ -2,10 +2,16 @@ class Form::Sales::Pages::Buyer2RelationshipToBuyer1 < ::Form::Page |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "buyer_2_relationship_to_buyer_1" |
|
|
|
@id = "buyer_2_relationship_to_buyer_1" |
|
|
|
@depends_on = [{ |
|
|
|
@depends_on = [ |
|
|
|
"jointpur" => 1, |
|
|
|
{ |
|
|
|
"privacynotice" => 1, |
|
|
|
"jointpur" => 1, |
|
|
|
}] |
|
|
|
"privacynotice" => 1, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"jointpur" => 1, |
|
|
|
|
|
|
|
"noint" => 1, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
] |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
def questions |
|
|
|
def questions |
|
|
|
|