Fix: typo calcul auto jury BUT
This commit is contained in:
parent
f9961498bf
commit
658fb3595d
@ -1334,7 +1334,7 @@ class DecisionsProposeesRCUE(DecisionsProposees):
|
|||||||
ordre=annee_inferieure,
|
ordre=annee_inferieure,
|
||||||
)
|
)
|
||||||
.join(Formation)
|
.join(Formation)
|
||||||
.filter_by(formation_code=self.rcue.formsemestre_1.formation.code)
|
.filter_by(formation_code=self.rcue.formsemestre_1.formation.formation_code)
|
||||||
.all()
|
.all()
|
||||||
)
|
)
|
||||||
if len(validations_annee) > 1:
|
if len(validations_annee) > 1:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.4.91"
|
SCOVERSION = "9.4.92"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user