[config.py] On enleve le vieux hack du mois d'aout
Cf. commit 20090827105311-bd074-c2c6d0e62d97b147e640f1bf7cda2e0534a03017 On revient a comme c'etatit avant; pour la fin du mois d'aout, on utilisera la variable precab qui est la pour ca ... darcs-hash:20100801095756-ddb99-49276b6e812b7c68c976b5d76f7de30a58a4b40e.gz
This commit is contained in:
parent
c5964e6473
commit
5feb3042ee
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue