From d3f6fa798ba0bcbd49cf5ea408428b3ccf9205f6 Mon Sep 17 00:00:00 2001 From: roobottom Date: Wed, 13 Apr 2022 13:56:58 +0100 Subject: [PATCH] updated income_amount --- config/forms/2021_2022.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index bd7abef4d..f6dddb559 100644 --- a/config/forms/2021_2022.json +++ b/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" } },