diff --git a/gestion/config.py b/gestion/config.py index 84692405..0ffcf9c8 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -17,12 +17,12 @@ precab = False # Année scolaire en cours dat = localtime() -if dat[1]<8 : ann_scol = dat[0]-1 +if dat[1]<9 : ann_scol = dat[0]-1 else : ann_scol = dat[0] # Bloquage si carte d'étudiants manquante pour l'année en cours # Au niveau du Squid -bl_carte_et_actif = False +bl_carte_et_actif = True # L'adhérent est considéré comme paiement pas ok bl_carte_et_definitif = False