From af9c6c51d4a013d9e6c2137621ffffa078abe1cd Mon Sep 17 00:00:00 2001 From: Aldarien Date: Fri, 1 Dec 2023 12:39:26 -0300 Subject: [PATCH] FIX: active -> activo en tipo_estado_pago --- app/resources/views/ventas/pies/cuotas.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/views/ventas/pies/cuotas.blade.php b/app/resources/views/ventas/pies/cuotas.blade.php index 3ab9460..433c4a8 100644 --- a/app/resources/views/ventas/pies/cuotas.blade.php +++ b/app/resources/views/ventas/pies/cuotas.blade.php @@ -45,7 +45,7 @@ class="green" @elseif ($cuota->pago->currentEstado->tipoEstadoPago->descripcion === 'depositado') class="yellow" - @elseif ($cuota->pago->currentEstado->tipoEstadoPago->active !== 1) + @elseif ($cuota->pago->currentEstado->tipoEstadoPago->activo !== 1) class="red" @endif >{{ucwords($cuota->pago->currentEstado->tipoEstadoPago->descripcion)}}