Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e15c468703 - Show all commits

View File

@ -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:

View File

@ -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"