Browse Source

Fix routing for tshortfall (#571)

* Fix routing for tshortfall

* HB 7 and 8 don't exist in 22/23 anymore
pull/572/head v0.1.6
baarkerlounger 3 years ago committed by GitHub
parent
commit
ded5eee454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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