forked from ScoDoc/ScoDoc
Calcul auto jury BUT: ne génère pas d'autorisations d'inscriptions en redoublement
This commit is contained in:
parent
7607e19e35
commit
90c71ebfa4
@ -888,7 +888,7 @@ class DecisionsProposeesAnnee(DecisionsProposees):
|
|||||||
not only_validantes
|
not only_validantes
|
||||||
) or code in sco_codes.CODES_ANNEE_BUT_VALIDES_DE_DROIT:
|
) or code in sco_codes.CODES_ANNEE_BUT_VALIDES_DE_DROIT:
|
||||||
modif |= self.record(code)
|
modif |= self.record(code)
|
||||||
self.record_autorisation_inscription(code)
|
self.record_autorisation_inscription(code)
|
||||||
return modif
|
return modif
|
||||||
|
|
||||||
def erase(self, only_one_sem=False):
|
def erase(self, only_one_sem=False):
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.6.983"
|
SCOVERSION = "9.6.984"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user