|
|
|
|
@ -9,6 +9,7 @@ class Form::Lettings::Questions::Majorrepairs < ::Form::Question
|
|
|
|
|
@hint_text = "Major repairs are works that could not be reasonably carried out with a tenant living at the property. For example, structural repairs." |
|
|
|
|
@answer_options = ANSWER_OPTIONS |
|
|
|
|
@conditional_for = { "mrcdate" => [1] } |
|
|
|
|
@question_number = 24 |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
ANSWER_OPTIONS = { "1" => { "value" => "Yes" }, "0" => { "value" => "No" } }.freeze |
|
|
|
|
|