[config.py] Mise a jour des (dates de) blacklistes
darcs-hash:20111116130715-ddb99-52196c0bf3e8939ae2a7a9094bb5841f2f02ff5d.gz
This commit is contained in:
parent
7c3dce0799
commit
3137ce921b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue