Skip to content

Commit

Permalink
ticket type E2G fix #119
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrungaro committed Mar 31, 2022
1 parent 3ff36e0 commit ad90009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Comandos/Epson2GenComandos.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def openBillTicket(self, type, name, address, doc, docType, ivaType):
@param docType Tipo de documento
@param ivaType Tipo de IVA
"""

type = 'F' + type
comprobanteType = self.comprobanteTypes[type]
self.conector.driver.EpsonLibInterface.AbrirComprobante(
comprobanteType)
Expand Down
2 changes: 1 addition & 1 deletion Traductores/TraductorFiscal.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def printTicket(self, encabezado=None, items=[], pagos=[], percepciones=[], addA
self.comando.close()
return rta

except Exception, e:
except Exception as e:
self.cancelDocument()
raise

Expand Down

0 comments on commit ad90009

Please sign in to comment.