creation UE externes: indique indice semestre

This commit is contained in:
Emmanuel Viennet 2022-09-08 14:48:17 +02:00
parent bbdf79191a
commit 9a9278bf6e
2 changed files with 2 additions and 1 deletions

View File

@ -103,6 +103,7 @@ def external_ue_create(
ue_id = sco_edit_ue.do_ue_create(
{
"formation_id": formation_id,
"semestre_idx": formsemestre.semestre_id,
"titre": titre,
"acronyme": acronyme,
"numero": numero,

View File

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