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
|
from time import localtime
|
||||||
|
|
||||||
# Administratif
|
# Administratif
|
||||||
caution = 15
|
caution = 0
|
||||||
#Précablage possible ?
|
#Précablage possible ?
|
||||||
precab=0
|
precab=0
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ else : ann_scol = dat[0]
|
||||||
|
|
||||||
# Bloquage si carte d'étudiants manquante pour l'année en cours
|
# Bloquage si carte d'étudiants manquante pour l'année en cours
|
||||||
# Au niveau du Squid
|
# Au niveau du Squid
|
||||||
bl_carte_et_actif=True
|
bl_carte_et_actif = False
|
||||||
# L'adhérent est considéré comme paiement pas ok
|
# L'adhérent est considéré comme paiement pas ok
|
||||||
bl_carte_et_definitif=True
|
bl_carte_et_definitif = False
|
||||||
|
|
||||||
##Création de comptes
|
##Création de comptes
|
||||||
# Gid des comptes créés
|
# Gid des comptes créés
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue