diff --git a/gestion/config.py b/gestion/config.py index 5fc2751c..7b679591 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -22,7 +22,7 @@ if dat[1] < 8: ann_scol = dat[0]-1 periode_transitoire = False # sinon on change d'année -elif dat[1] < 10: +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]