Récupération du jid après impression
This commit is contained in:
parent
beb09f265b
commit
650f55e7e8
1 changed files with 4 additions and 0 deletions
|
@ -369,6 +369,10 @@ class impression(object):
|
|||
# imprime le document
|
||||
self._exec_imprime()
|
||||
|
||||
def get_jid(self):
|
||||
""" Retourne le jid, à éxecuter après imprime()"""
|
||||
return self._jid
|
||||
|
||||
_doc = None
|
||||
def low_tray(self, num):
|
||||
"""Indique si un bac est vide ou presque vide"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue