|
|
|
@ -4,7 +4,6 @@ class Form::Sales::Sections::SaleInformation < ::Form::Section |
|
|
|
@id = "sale_information" |
|
|
|
@id = "sale_information" |
|
|
|
@label = "Sale information" |
|
|
|
@label = "Sale information" |
|
|
|
@description = "" |
|
|
|
@description = "" |
|
|
|
@form = form |
|
|
|
|
|
|
|
@subsections = [ |
|
|
|
@subsections = [ |
|
|
|
Form::Sales::Subsections::SharedOwnershipScheme.new(nil, nil, self), |
|
|
|
Form::Sales::Subsections::SharedOwnershipScheme.new(nil, nil, self), |
|
|
|
Form::Sales::Subsections::DiscountedOwnershipScheme.new(nil, nil, self), |
|
|
|
Form::Sales::Subsections::DiscountedOwnershipScheme.new(nil, nil, self), |
|
|
|
|