|
|
@ -2,6 +2,7 @@ class Form::Sales::Pages::StaircaseInitialDate < ::Form::Page |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
super(id, hsh, subsection) |
|
|
|
super(id, hsh, subsection) |
|
|
|
@id = "staircase_initial_date" |
|
|
|
@id = "staircase_initial_date" |
|
|
|
|
|
|
|
@header = "" |
|
|
|
@depends_on = [{ |
|
|
|
@depends_on = [{ |
|
|
|
"is_firststair?" => true, |
|
|
|
"is_firststair?" => true, |
|
|
|
}] |
|
|
|
}] |
|
|
|