Skip to content
Snippets Groups Projects
Commit 2cc911eb authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix: jury BUT2

parent 84d1ed6c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.4.95"
SCOVERSION = "9.4.96"
SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment