diff --git a/Comandos/Epson2GenComandos.py b/Comandos/Epson2GenComandos.py index 1a74adcc53..6d8066ac60 100644 --- a/Comandos/Epson2GenComandos.py +++ b/Comandos/Epson2GenComandos.py @@ -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