[controle_tresorier] Affichage de l'aid
darcs-hash:20090906184928-ffbb2-a66ee9a728c7d3754360972b584c3e6bd733114e.gz
This commit is contained in:
parent
2173c7e3c0
commit
9d0cd26d78
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ def adherent_menu(lst):
|
||||||
nom_adh = {}
|
nom_adh = {}
|
||||||
adhs = []
|
adhs = []
|
||||||
for adh in lst:
|
for adh in lst:
|
||||||
disp = adh.Nom().encode(encoding)
|
disp = ' '.join([adh.Nom(), unicode(adh.id())]).encode(encoding)
|
||||||
adhs.append((disp, ''))
|
adhs.append((disp, ''))
|
||||||
nom_adh[disp] = adh
|
nom_adh[disp] = adh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue