forked from ScoDoc/ScoDoc
Fix: formsemestre_validation_auto_but
This commit is contained in:
parent
12105ba056
commit
08d6349672
@ -44,12 +44,11 @@ def formsemestre_validation_auto_but(
|
||||
if not dry_run:
|
||||
modified = deca.record_all(only_validantes=only_adm)
|
||||
modified |= validation_dut120_auto(etud, formsemestre)
|
||||
if modified:
|
||||
nb_etud_modif += 1
|
||||
else:
|
||||
decas.append(deca)
|
||||
|
||||
if modified:
|
||||
nb_etud_modif += 1
|
||||
|
||||
db.session.commit()
|
||||
ScolarNews.add(
|
||||
typ=ScolarNews.NEWS_JURY,
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.6.988"
|
||||
SCOVERSION = "9.6.989"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user