|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
class Form::Sales::Pages::SaleDateCheck < ::Form::Page |
|
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
|
super |
|
|
|
|
@id = "sale_date_check" |
|
|
|
|
@id = "completion_date_check" |
|
|
|
|
@depends_on = [{ "hodate_check" => nil, "hodate_3_years_or_more_saledate?" => true }, |
|
|
|
|
{ "hodate_check" => 1, "hodate_3_years_or_more_saledate?" => true }] |
|
|
|
|
@informative_text = {} |
|
|
|
|
|