diff --git a/gestion/config.py b/gestion/config.py index e26270da..5bf509b2 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -22,7 +22,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 or (dat[1] == 10 and dat[2] < 1): # Si pas encore octobre, les gens ayant payé l'année précédente sont # acceptés ann_scol = dat[0] @@ -39,7 +39,7 @@ else: # Soft (au niveau du Squid) bl_carte_et_actif = True # Hard (l'adhérent est considéré comme paiement pas ok) -bl_carte_et_definitif = False +bl_carte_et_definitif = True # Gel des cableurs pas a jour de cotisation