crer des codes pour les adhrents
darcs-hash:20061110134010-f46e9-0b0fbd4245cd5a688b78e63e84842d07395cdb29.gz
This commit is contained in:
parent
e8391dfd40
commit
cd694cff0c
3 changed files with 14 additions and 154 deletions
|
@ -130,8 +130,7 @@ class root:
|
|||
#
|
||||
def etatImprimante(self):
|
||||
try:
|
||||
try:
|
||||
return {"printer_state" : "<br />".join(crans.impression.etat_imprimante.etat())
|
||||
return {"printer_state" : "<br />".join(crans.impression.etat_imprimante.etat())}
|
||||
except Exception, e:
|
||||
return {"printer_state" : 'Imprimante hors ligne'}
|
||||
etatImprimante.exposed = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue