[controle_tresorier2] tri des adhérents par aid
Ignore-this: 6af69311d0c589ec107d773ecaa45275 darcs-hash:20100308214351-c41ad-7af5ca48ed81fe17526c35d2243bf2a8cb35e03d.gz
This commit is contained in:
parent
be2242635f
commit
c7f12b2893
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 = ' '.join([adh.Nom(), unicode(adh.id())]).encode(encoding)
|
disp = ' '.join([unicode(adh.id()), adh.Nom()]).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