[./admin/controle_tresorier2.py] Tri des adhrents
darcs-hash:20100724103750-c8775-ffc4fc0fdbca013a9a358f5fe1b466b107f82d55.gz
This commit is contained in:
parent
0c76d4af79
commit
5f277a0d13
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 = ' '.join([unicode(adh.id()), adh.Nom()]).encode(encoding)
|
||||
disp = ' '.join([unicode(adh.id()).rjust(4), adh.Nom()]).encode(encoding)
|
||||
adhs.append((disp, ''))
|
||||
nom_adh[disp] = adh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue