oubli dans le commit précédent

This commit is contained in:
Emmanuel Viennet 2022-01-18 22:55:33 +01:00
parent b53969dbdd
commit 0e6d570168
2 changed files with 2 additions and 1 deletions

View File

@ -375,6 +375,7 @@ def formsemestre_inscr_passage(
"formsemestre_id": formsemestre_id,
"etuds": ",".join([str(x) for x in etuds]),
"inscrit_groupes": inscrit_groupes,
"ignore_jury": ignore_jury,
"submitted": 1,
},
)

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.1.26"
SCOVERSION = "9.1.27"
SCONAME = "ScoDoc"