Browse Source

Correct condition syntax for void/renewal date question

pull/360/head
Paul Robert Lloyd 3 years ago
parent
commit
ac35fe98d8
  1. 18
      config/forms/2021_2022.json

18
config/forms/2021_2022.json

@ -886,10 +886,11 @@
"depends_on": [ "depends_on": [
{ {
"renewal": 0, "renewal": 0,
"rsnvac": [ "rsnvac": 12
12, },
13 {
] "renewal": 0,
"rsnvac": 13
} }
] ]
}, },
@ -944,10 +945,11 @@
"depends_on": [ "depends_on": [
{ {
"renewal": 0, "renewal": 0,
"rsnvac": [ "rsnvac": 12
12, },
13 {
] "renewal": 0,
"rsnvac": 13
} }
] ]
} }

Loading…
Cancel
Save