On donne un rpit pour la carte d'tudiant.
darcs-hash:20060831150530-68412-246bc0af296f9058e08150fc833eeb7c8d5e99d6.gz
This commit is contained in:
parent
c171d24e90
commit
e249f464cd
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
from time import localtime
|
||||
|
||||
# Administratif
|
||||
caution = 15
|
||||
caution = 0
|
||||
#Précablage possible ?
|
||||
precab=0
|
||||
|
||||
|
@ -19,9 +19,9 @@ 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=True
|
||||
bl_carte_et_actif = False
|
||||
# L'adhérent est considéré comme paiement pas ok
|
||||
bl_carte_et_definitif=True
|
||||
bl_carte_et_definitif = False
|
||||
|
||||
##Création de comptes
|
||||
# Gid des comptes créés
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue