From 277d292b7e29a12d4a75daed3b4a8f9818f6c8b1 Mon Sep 17 00:00:00 2001 From: roobottom Date: Thu, 24 Mar 2022 16:45:36 +0000 Subject: [PATCH] Fixup options for tenancy type in 2021/22 --- config/forms/2021_2022.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index f2da778ff..10411efe0 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -1,7 +1,7 @@ { "form_type": "lettings", "start_date": "2021-04-01T00:00:00.000+01:00", - "end_date": "2022-07-01T00:00:00.000+01:00", + "end_date": "2022-03-31T23:59:59.999+01:00", "sections": { "setup": { "label": "Before you start", @@ -993,25 +993,25 @@ "hint_text": "", "type": "radio", "answer_options": { - "0": { + "2": { "value": "Assured" }, - "1": { + "4": { "value": "Assured Shorthold" }, - "2": { + "5": { "value": "Licence agreement (almshouses only)" }, - "3": { + "1": { "value": "Secure (including flexible)" }, - "4": { + "3": { "value": "Other" } }, "conditional_for": { "tenancyother": [ - 4 + 3 ] } }, @@ -1037,25 +1037,25 @@ "hint_text": "This is also known as an ‘introductory period’.", "type": "radio", "answer_options": { - "0": { + "2": { "value": "Assured" }, - "1": { + "4": { "value": "Assured Shorthold" }, - "2": { + "5": { "value": "Licence agreement (almshouses only)" }, - "3": { + "1": { "value": "Secure (including flexible)" }, - "4": { + "3": { "value": "Other" } }, "conditional_for": { "tenancyother": [ - 4 + 3 ] } },