Browse Source

remove don't know option

pull/299/head
MadeTech Dushan 3 years ago
parent
commit
0c020323b4
  1. 1
      app/models/constants/case_log.rb
  2. 3
      config/forms/2021_2022.json

1
app/models/constants/case_log.rb

@ -1074,7 +1074,6 @@ module Constants::CaseLog
"Yes" => 0, "Yes" => 0,
"No" => 1, "No" => 1,
"Tenant prefers not to say" => 2, "Tenant prefers not to say" => 2,
"Don’t know" => 3,
}.freeze }.freeze
HAS_BENEFITS_OPTIONS = ["Housing benefit", HAS_BENEFITS_OPTIONS = ["Housing benefit",

3
config/forms/2021_2022.json

@ -3251,9 +3251,6 @@
"value": true "value": true
}, },
"2": { "2": {
"value": "Don’t know"
},
"3": {
"value": "Tenant prefers not to say" "value": "Tenant prefers not to say"
} }
} }

Loading…
Cancel
Save