Prise pour les clubs.

darcs-hash:20041205011257-41617-bad8f1d31cfcd20347bf1684d980a7d78b4b470d.gz
This commit is contained in:
pauget 2004-12-05 02:12:57 +01:00
parent 13e162fcd6
commit ebc52c99ac
3 changed files with 47 additions and 26 deletions

View file

@ -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'