From 3137ce921b2de33edf23097fa827098833c2aae2 Mon Sep 17 00:00:00 2001 From: Michel Blockelet Date: Wed, 16 Nov 2011 14:07:15 +0100 Subject: [PATCH] [config.py] Mise a jour des (dates de) blacklistes darcs-hash:20111116130715-ddb99-52196c0bf3e8939ae2a7a9094bb5841f2f02ff5d.gz --- gestion/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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