Browse Source

lint

pull/540/head
Kat 3 years ago
parent
commit
71f9d1ea47
  1. 3
      app/services/imports/case_logs_import_service.rb

3
app/services/imports/case_logs_import_service.rb

@ -490,9 +490,10 @@ module Imports
end
end
def household_members(xml_doc, attributes)
def household_members(xml_doc, _attributes)
hhmemb = safe_string_as_integer(xml_doc, "HHMEMB")
return safe_string_as_integer(xml_doc, "TOTADULT") + safe_string_as_integer(xml_doc, "TCHILD") if hhmemb.nil?
hhmemb
end
end

Loading…
Cancel
Save