From ec7d2969dab2eec76eae46c5a0185d405368938a Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Thu, 27 Aug 2009 12:53:11 +0200 Subject: [PATCH] =?UTF-8?q?[config.py]=20on=20bascule=20sur=20la=20nouvell?= =?UTF-8?q?e=20ann=C3=A9e=20en=20ao=C3=BBt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20090827105311-bd074-c2c6d0e62d97b147e640f1bf7cda2e0534a03017.gz --- gestion/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/config.py b/gestion/config.py index 75e97220..a191a7c6 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -14,7 +14,7 @@ precab = False # Année scolaire en cours dat = localtime() -if dat[1]<9 : ann_scol = dat[0]-1 +if dat[1]<8 : ann_scol = dat[0]-1 else : ann_scol = dat[0] # Bloquage si carte d'étudiants manquante pour l'année en cours