Browse Source

Rephrase comment

pull/749/head
Stéphane Meny 3 years ago
parent
commit
930e174489
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 2
      app/services/imports/case_logs_import_service.rb

2
app/services/imports/case_logs_import_service.rb

@ -207,7 +207,7 @@ module Imports
attributes["postcode_full"] = nil attributes["postcode_full"] = nil
end end
# Sets all soft validations to yes by default # Soft validations can become required answers, set them to yes by default
attributes["pregnancy_value_check"] = 0 attributes["pregnancy_value_check"] = 0
attributes["retirement_value_check"] = 0 attributes["retirement_value_check"] = 0
attributes["rent_value_check"] = 0 attributes["rent_value_check"] = 0

Loading…
Cancel
Save