1
0
forked from ScoDoc/ScoDoc

Calcul auto jury BUT: ne génère pas d'autorisations d'inscriptions en redoublement

This commit is contained in:
Emmanuel Viennet 2024-06-28 08:09:52 +02:00
parent 7607e19e35
commit 90c71ebfa4
2 changed files with 2 additions and 2 deletions

View File

@ -888,7 +888,7 @@ class DecisionsProposeesAnnee(DecisionsProposees):
not only_validantes
) or code in sco_codes.CODES_ANNEE_BUT_VALIDES_DE_DROIT:
modif |= self.record(code)
self.record_autorisation_inscription(code)
self.record_autorisation_inscription(code)
return modif
def erase(self, only_one_sem=False):

View File

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