From 3ba1596a1b19bd083dbd9d87549916c82a006556 Mon Sep 17 00:00:00 2001 From: baarkerlounger <5101747+baarkerlounger@users.noreply.github.com> Date: Thu, 12 May 2022 12:35:53 +0100 Subject: [PATCH] Fix routing for tshortfall (#571) * Fix routing for tshortfall * HB 7 and 8 don't exist in 22/23 anymore --- config/forms/2022_2023.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index 0adc39f8e..d73db181f 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -5784,19 +5784,11 @@ "depends_on": [ { "hb": 1, - "hbrentshortfall": 0 + "hbrentshortfall": 1 }, { "hb": 6, - "hbrentshortfall": 0 - }, - { - "hb": 7, - "hbrentshortfall": 0 - }, - { - "hb": 8, - "hbrentshortfall": 0 + "hbrentshortfall": 1 } ] }