1
0
Fork 0

Fix: typo calcul auto jury BUT

This commit is contained in:
Emmanuel Viennet 2023-06-25 12:29:36 +02:00
parent f9961498bf
commit 658fb3595d
2 changed files with 2 additions and 2 deletions

View File

@ -1334,7 +1334,7 @@ class DecisionsProposeesRCUE(DecisionsProposees):
ordre=annee_inferieure,
)
.join(Formation)
.filter_by(formation_code=self.rcue.formsemestre_1.formation.code)
.filter_by(formation_code=self.rcue.formsemestre_1.formation.formation_code)
.all()
)
if len(validations_annee) > 1:

View File

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