Skip to content

Commit

Permalink
ISSUE paxapos#119: Corrección en formato de String.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchiappano committed Jun 10, 2022
1 parent 96a1a1b commit 5e6117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Comandos/Epson2GenComandos.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def openDNFH(self, tipo_cbte):
return ret

def imprimirTextoLibre(self, linea=""):
ret = self.conector.driver.EpsonLibInterface.ImprimirTextoLibre(linea)
ret = self.conector.driver.EpsonLibInterface.ImprimirTextoLibre(str(linea))
return ret

""" @fchiappano Abrir un tiquet no fiscal """
Expand Down

0 comments on commit 5e6117c

Please sign in to comment.