From 673e8266e8be1745b21cb1d25698d25f733906bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Tue, 15 Oct 2013 00:42:41 +0200 Subject: [PATCH] =?UTF-8?q?[config]=20On=20modifie=20la=20fa=C3=A7on=20don?= =?UTF-8?q?t=20la=20p=C3=A9riode=20transitoire=20est=20g=C3=A9r=C3=A9e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/config/config.py b/gestion/config/config.py index 44c20f01..9c119c7f 100644 --- a/gestion/config/config.py +++ b/gestion/config/config.py @@ -21,7 +21,7 @@ if dat[1] < 8 or dat[1] == 8 and dat[2] < 16: ann_scol = dat[0]-1 periode_transitoire = False # sinon on change d'année -elif dat[1] < 10 or (dat[1] == 10 and dat[2] < 4): +elif dat[1] < 10: # Si pas encore octobre, les gens ayant payé l'année précédente sont # acceptés ann_scol = dat[0]