Browse Source

dont infer housingneeds

pull/826/head
Kat 3 years ago committed by Kat
parent
commit
3e0744a970
  1. 1
      app/models/derived_variables/case_log_variables.rb

1
app/models/derived_variables/case_log_variables.rb

@ -43,7 +43,6 @@ module DerivedVariables::CaseLogVariables
self.has_benefits = get_has_benefits
self.tshortfall_known = 0 if tshortfall
self.nocharge = household_charge&.zero? ? 1 : 0
# self.housingneeds = get_housingneeds
if is_renewal?
self.underoccupation_benefitcap = 2 if collection_start_year == 2021
self.homeless = 1

Loading…
Cancel
Save