diff --git a/gestion/config.py b/gestion/config.py index 4c843868..68890290 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -25,7 +25,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] < 1): +elif dat[1] < 10 or (dat[1] == 10 and dat[2] < 4): # Si pas encore octobre, les gens ayant payé l'année précédente sont # acceptés ann_scol = dat[0]