Il n'y a pas que des adhrents qui sont propritaires...
darcs-hash:20080909214905-61eff-3e08c9b3a04fd272c724e2254bfc1e58ea16d9e2.gz
This commit is contained in:
parent
7438105c0a
commit
2b7eaf1be3
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ def machine_details(machine) :
|
||||||
a = machine.proprietaire()
|
a = machine.proprietaire()
|
||||||
f += "%s" % a.Nom()
|
f += "%s" % a.Nom()
|
||||||
if a.chbre() in ['EXT', '????']:
|
if a.chbre() in ['EXT', '????']:
|
||||||
f += ' (aid = %s)' % a.id()
|
f += ' (%s = %s)' % (a.idn, a.id())
|
||||||
elif a.chbre() != 'CRA':
|
elif a.chbre() != 'CRA':
|
||||||
f += " (%s)" % a.chbre()
|
f += " (%s)" % a.chbre()
|
||||||
else :
|
else :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue