Browse Source

Fix routing for tshortfall (#571)

* Fix routing for tshortfall

* HB 7 and 8 don't exist in 22/23 anymore
pull/619/head
baarkerlounger 3 years ago committed by baarkerlounger
parent
commit
3ba1596a1b
  1. 12
      config/forms/2022_2023.json

12
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
}
]
}

Loading…
Cancel
Save