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

Fix: bug get_ue_validation_by_niveau en parcours mixte classic/BUT

parent bc342770
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ def get_ue_validation_by_niveau(
f"""validation_rcues: ignore validation d'UE {
validation.ue.id} pas de niveau de competence"""
)
continue
key = (
validation.ue.niveau_competence.id,
"impair" if validation.ue.semestre_idx % 2 else "pair",
......
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.7.17"
SCOVERSION = "9.7.18"
SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment