From 2b0efc8e5d88fc8e2d192620036f100f10ec2f38 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:36:33 -0500 Subject: [PATCH] Update OrdenProduccion.php --- app/Models/OrdenProduccion.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Models/OrdenProduccion.php b/app/Models/OrdenProduccion.php index a443630..272af5f 100644 --- a/app/Models/OrdenProduccion.php +++ b/app/Models/OrdenProduccion.php @@ -89,9 +89,7 @@ class OrdenProduccion extends Model * @param int $cantidad Cantidad de prendas a verificar * @return array ['completo' => bool, 'ojales_terminados' => int, 'prensillas_terminadas' => int, 'minimo' => int] */ - public function verificarProcesosCom - -pletos(int $cantidad = null): array + public function verificarProcesosCompletos(int $cantidad = null): array { $cantidadVerificar = $cantidad ?? $this->cantidad_total;