Browse Source

updated income_amount

pull/462/head
roobottom 3 years ago
parent
commit
d3f6fa798b
  1. 14
      config/forms/2021_2022.json

14
config/forms/2021_2022.json

@ -4515,19 +4515,19 @@
{ {
"label": "every week", "label": "every week",
"depends_on": { "depends_on": {
"incfreq": 0 "incfreq": 1
} }
}, },
{ {
"label": "every month", "label": "every month",
"depends_on": { "depends_on": {
"incfreq": 1 "incfreq": 2
} }
}, },
{ {
"label": "every month", "label": "every year",
"depends_on": { "depends_on": {
"incfreq": 2 "incfreq": 3
} }
} }
] ]
@ -4538,13 +4538,13 @@
"hint_text": "", "hint_text": "",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": { "1": {
"value": "Weekly" "value": "Weekly"
}, },
"1": { "2": {
"value": "Monthly" "value": "Monthly"
}, },
"2": { "3": {
"value": "Yearly" "value": "Yearly"
} }
}, },

Loading…
Cancel
Save