Prise pour les clubs.
darcs-hash:20041205011257-41617-bad8f1d31cfcd20347bf1684d980a7d78b4b470d.gz
This commit is contained in:
parent
13e162fcd6
commit
ebc52c99ac
3 changed files with 47 additions and 26 deletions
|
@ -408,7 +408,10 @@ def machine_details(machine) :
|
|||
except :
|
||||
a = machine.proprietaire()
|
||||
f += "%s" % a.Nom()
|
||||
if a.chbre() : f += " (%s)" % a.chbre()
|
||||
if a.chbre()!='CRA' :
|
||||
f += " (%s)" % a.chbre()
|
||||
else :
|
||||
f += coul(u'\t\tPrise : ','gras') + machine.prise()
|
||||
f+= '\n'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue