[admin/controle_tresorier2] utilisation de .Nom plutôt que .nom+.prenom
parce que les clubs n'ont pas de champ .prenom darcs-hash:20081210172051-af139-7eb3113a9a62f8593caeebfe1b9f8a13e4421db1.gz
This commit is contained in:
parent
ce5f1ed66f
commit
5918d3a4f2
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ def adherent_menu(lst):
|
|||
nom_adh = {}
|
||||
adhs = []
|
||||
for adh in lst:
|
||||
disp = ('%s %s' % (adh.nom(), adh.prenom())).encode(encoding)
|
||||
disp = adh.Nom().encode(encoding)
|
||||
adhs.append((disp, ''))
|
||||
nom_adh[disp] = adh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue