Browse Source

remove don't know option

CLDC-933-update-household-income-questions
MadeTech Dushan 3 years ago
parent
commit
7f7903378b
  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

@ -2304,8 +2304,7 @@
"0": "Yes", "0": "Yes",
"1": "No", "1": "No",
"divider_a": true, "divider_a": true,
"2": "Don’t know", "2": "Tenant prefers not to say"
"3": "Tenant prefers not to say"
} }
} }
} }

Loading…
Cancel
Save