From 44d4058066f39825d61391bcf0ef64ee13105544 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 12 May 2022 12:21:00 +0100 Subject: [PATCH] Fix routing for tshortfall --- config/forms/2022_2023.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index 0adc39f8e..257ecfd1e 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -5784,19 +5784,19 @@ "depends_on": [ { "hb": 1, - "hbrentshortfall": 0 + "hbrentshortfall": 1 }, { "hb": 6, - "hbrentshortfall": 0 + "hbrentshortfall": 1 }, { "hb": 7, - "hbrentshortfall": 0 + "hbrentshortfall": 1 }, { "hb": 8, - "hbrentshortfall": 0 + "hbrentshortfall": 1 } ] }