Information plus utile pour retrouver le propritaire.
darcs-hash:20060223220256-68412-2c14707982dbe57c344dd49a62e244fbd3b6068f.gz
This commit is contained in:
parent
db0443c93b
commit
74dd1b82b4
1 changed files with 3 additions and 1 deletions
|
@ -465,7 +465,9 @@ def machine_details(machine) :
|
|||
except :
|
||||
a = machine.proprietaire()
|
||||
f += "%s" % a.Nom()
|
||||
if a.chbre()!='CRA' :
|
||||
if a.chbre() in ['EXT', '????']:
|
||||
f += ' (aid = %s)' % a.id()
|
||||
elif a.chbre() != 'CRA':
|
||||
f += " (%s)" % a.chbre()
|
||||
else :
|
||||
f += coul(u'\t\tPrise : ','gras') + machine.prise()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue