diff --git a/ci4/app/Services/ImpresoraEtiquetaService.php b/ci4/app/Services/ImpresoraEtiquetaService.php index 46f4cd9f..d2e5026d 100755 --- a/ci4/app/Services/ImpresoraEtiquetaService.php +++ b/ci4/app/Services/ImpresoraEtiquetaService.php @@ -170,7 +170,7 @@ class ImpresoraEtiquetaService extends BaseService "titulo" => $datos->titulo, "cantidad" => $cantidad + $ejemplares_caja <= $datos->unidades ? $ejemplares_caja : $datos->unidades-$cantidad, "tirada" => $datos->unidades, - "cajas" => $cajas, + "cajas" => $i . '/' . $cajas, "ean" => str_replace("-", "", $datos->isbn), "nombre" => null, "direccion" => null,