Browse Source

Merge pull request #360 from communitiesuk/void-renew-date-condition

pull/363/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
cf437012c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      config/forms/2021_2022.json

18
config/forms/2021_2022.json

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

Loading…
Cancel
Save