Skip to content

Commit

Permalink
mejoras para epson2 poder imprimir auditorias cierres zetas por lotes
Browse files Browse the repository at this point in the history
  • Loading branch information
alevilar committed Dec 12, 2019
1 parent b1e063d commit 4012719
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 @@ -90,7 +90,7 @@ def setTrailer(self, trailer=[]):
"""Establecer pie"""
line=1
while line <= len(trailer):
texto = c_char_p(headerlist[line-1]).value
texto = c_char_p(trailer[line-1]).value
self.conector.driver.EpsonLibInterface.EstablecerCola(line, texto)
line += 1
pass
Expand Down

0 comments on commit 4012719

Please sign in to comment.