|
|
@ -536,7 +536,8 @@ private |
|
|
|
dependent_questions = { waityear: [{ key: :renewal, value: 0 }], |
|
|
|
dependent_questions = { waityear: [{ key: :renewal, value: 0 }], |
|
|
|
homeless: [{ key: :renewal, value: 0 }], |
|
|
|
homeless: [{ key: :renewal, value: 0 }], |
|
|
|
referral: [{ key: :renewal, value: 0 }], |
|
|
|
referral: [{ key: :renewal, value: 0 }], |
|
|
|
underoccupation_benefitcap: [{ key: :renewal, value: 0 }] } |
|
|
|
underoccupation_benefitcap: [{ key: :renewal, value: 0 }], |
|
|
|
|
|
|
|
wchair: [{ key: :needstype, value: 1 }] } |
|
|
|
|
|
|
|
|
|
|
|
dependent_questions.each do |dependent, conditions| |
|
|
|
dependent_questions.each do |dependent, conditions| |
|
|
|
condition_key = conditions.first[:key] |
|
|
|
condition_key = conditions.first[:key] |
|
|
|