From 90c71ebfa4a1e736f9ef18b632b2db4448d5c564 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Fri, 28 Jun 2024 08:09:52 +0200 Subject: [PATCH] =?UTF-8?q?Calcul=20auto=20jury=20BUT:=20ne=20g=C3=A9n?= =?UTF-8?q?=C3=A8re=20pas=20d'autorisations=20d'inscriptions=20en=20redoub?= =?UTF-8?q?lement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/but/jury_but.py | 2 +- sco_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/but/jury_but.py b/app/but/jury_but.py index 1598d0c8..ffcf7075 100644 --- a/app/but/jury_but.py +++ b/app/but/jury_but.py @@ -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): diff --git a/sco_version.py b/sco_version.py index e719e981..d004c149 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.6.983" +SCOVERSION = "9.6.984" SCONAME = "ScoDoc"