|
|
|
@ -2,7 +2,7 @@ class Form::Sales::Pages::Buyer1WorkingSituation < ::Form::Page |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
def initialize(id, hsh, subsection) |
|
|
|
super |
|
|
|
super |
|
|
|
@id = "buyer_1_working_situation" |
|
|
|
@id = "buyer_1_working_situation" |
|
|
|
@header = "Which of these best describes buyer 1's working situation?" |
|
|
|
@header = "" |
|
|
|
@description = "" |
|
|
|
@description = "" |
|
|
|
@subsection = subsection |
|
|
|
@subsection = subsection |
|
|
|
end |
|
|
|
end |
|
|
|
|