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]