ajout d'erreurs personalisees et du module digicode
darcs-hash:20061009172906-f46e9-390eff7e704b7cad2f6a4f3ec8a426fbef179d0b.gz
This commit is contained in:
parent
8c44cac872
commit
bd9ead0d89
11 changed files with 158 additions and 23 deletions
|
@ -69,7 +69,7 @@ class root:
|
|||
return {"SoldeInsuffisant":1}
|
||||
except Exception, e:
|
||||
return {"erreur":str(e)}
|
||||
return {'code':str(crans.impression.digicode.gen_code(cherrypy.session['uid'])) + "#"}
|
||||
return {'code':str(crans.impression.digicode.gen_code("Impression intranet : " + cherrypy.session['uid'])) + "#"}
|
||||
lancerImpression.exposed = True
|
||||
|
||||
def getUploadedFileListFor(self, adh):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue