Changement de la condition de validit de l'adhsion.
darcs-hash:20070828171611-68412-34758560a75aff912126ac02cb78433927c4e671.gz
This commit is contained in:
parent
4bfa141680
commit
cfc164bdcc
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def do_auth(mac):
|
|||
|
||||
# Paiment ok ?
|
||||
paid = max(proprio.paiement() + [0])
|
||||
if dat[1] == 9:
|
||||
if dat[1] in (8, 9):
|
||||
# En septembre les anciennes adhésions sont OK
|
||||
ann_scol -= 1
|
||||
if ann_scol > paid:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue