From 65c5129d09bffbd6c0d5e549fc58dcff8481279a Mon Sep 17 00:00:00 2001 From: Guillermo Gutierrez Date: Sun, 25 May 2025 18:41:39 -0700 Subject: [PATCH] Se cambio numero de telefono en ticket --- app/Printer/PrinterHandler.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Printer/PrinterHandler.php b/app/Printer/PrinterHandler.php index c46a04c..115cdf6 100644 --- a/app/Printer/PrinterHandler.php +++ b/app/Printer/PrinterHandler.php @@ -80,8 +80,7 @@ class PrinterHandler{ $this->text("DIEGO ESQUIVEL #130 INT. 3"); $this->text("PLAYAS DE ROSARITO, BC 22706 Mexico"); $this->text("R.F.C. : ROEM691011EZ4"); - $this->text("TELEFONOS: (661) 613-5549, (661) 104-4313"); - $this->text(" (661) 104-4590, (661) 120-0015"); + $this->text("TELEFONO: (661) 613-5549"); $this->text("CORREO: ventas@stradaautopartes.com"); $this->printer->setJustification(Printer::JUSTIFY_LEFT); $this->feed(1);