Bug dans mail invalide, en cas de chbr diff de invalide
This commit is contained in:
parent
2a5c273b2c
commit
82b8fea9da
1 changed files with 1 additions and 1 deletions
|
@ -90,8 +90,8 @@ def generate_ps(proprio, mail):
|
||||||
raise
|
raise
|
||||||
|
|
||||||
def set_mail_invalide(adherent, mail, a_verifier, a_imprimer):
|
def set_mail_invalide(adherent, mail, a_verifier, a_imprimer):
|
||||||
|
name = unicode(adherent['prenom'][0]) + u" " + unicode(adherent['nom'][0])
|
||||||
if adherent['chbre'][0] in ['????', 'EXT']:
|
if adherent['chbre'][0] in ['????', 'EXT']:
|
||||||
name = unicode(adherent['prenom'][0]) + u" " + unicode(adherent['nom'][0])
|
|
||||||
print u"Chambre de %s : %s, générer la fiche ? [Yn]" % (name, adherent['chbre'][0])
|
print u"Chambre de %s : %s, générer la fiche ? [Yn]" % (name, adherent['chbre'][0])
|
||||||
read = ''
|
read = ''
|
||||||
while read not in ['y', 'n']:
|
while read not in ['y', 'n']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue