1
0
Fork 0

Fix: jury BUT2

This commit is contained in:
Emmanuel Viennet 2023-07-02 22:25:26 +02:00
parent 84d1ed6c85
commit 2cc911eb0d
2 changed files with 3 additions and 3 deletions

View File

@ -421,9 +421,9 @@ class DecisionsProposeesAnnee(DecisionsProposees):
niveaux_but1_non_valides = []
for niveau in niveaux_but1:
ok = False
validation_par_annee = cursus.validation_par_competence_et_annee[
validation_par_annee = cursus.validation_par_competence_et_annee.get(
niveau.competence_id
]
)
if validation_par_annee:
validation_niveau = validation_par_annee.get("BUT1")
if validation_niveau and validation_niveau.code in CODES_RCUE_VALIDES:

View File

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