Browse Source

fix the question dependency for prevten (#364)

pull/365/head
kosiakkatrina 3 years ago committed by GitHub
parent
commit
20337f217f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      config/forms/2021_2022.json

4
config/forms/2021_2022.json

@ -3598,7 +3598,7 @@
"depends_on": [ "depends_on": [
{ {
"renewal": 0, "renewal": 0,
"needstype": 0 "needstype": 1
} }
] ]
}, },
@ -3624,7 +3624,7 @@
"depends_on": [ "depends_on": [
{ {
"renewal": 1, "renewal": 1,
"needstype": 0 "needstype": 1
} }
] ]
}, },

Loading…
Cancel
Save