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",
"depends_on": {
"incfreq": 0
"incfreq": 1
}
},
{
"label": "every month",
"depends_on": {
"incfreq": 1
"incfreq": 2
}
},
{
"label": "every month",
"label": "every year",
"depends_on": {
"incfreq": 2
"incfreq": 3
}
}
]
@ -4538,13 +4538,13 @@
"hint_text": "",
"type": "radio",
"answer_options": {
"0": {
"1": {
"value": "Weekly"
},
"1": {
"2": {
"value": "Monthly"
},
"2": {
"3": {
"value": "Yearly"
}
},

Loading…
Cancel
Save