Browse Source

Don't combine two separate ethnic questions

pull/468/head
baarkerlounger 3 years ago
parent
commit
392058c94d
  1. 1
      app/models/case_log.rb

1
app/models/case_log.rb

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

Loading…
Cancel
Save