|
|
@ -426,7 +426,6 @@ private |
|
|
|
end |
|
|
|
end |
|
|
|
self.nocharge = household_charge&.zero? ? 1 : 0 |
|
|
|
self.nocharge = household_charge&.zero? ? 1 : 0 |
|
|
|
self.underoccupation_benefitcap = 3 if renewal == 1 && year == 2021 |
|
|
|
self.underoccupation_benefitcap = 3 if renewal == 1 && year == 2021 |
|
|
|
self.ethnic = ethnic || ethnic_group |
|
|
|
|
|
|
|
self.housingneeds = get_housingneeds |
|
|
|
self.housingneeds = get_housingneeds |
|
|
|
if is_renewal? |
|
|
|
if is_renewal? |
|
|
|
self.underoccupation_benefitcap = 2 if year == 2021 |
|
|
|
self.underoccupation_benefitcap = 2 if year == 2021 |
|
|
|