From 6b85c9a88a744bd4a722ebdcf344f8f1acbfb7ab Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:26:23 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index 49d0f2f..813b7d9 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -197,7 +197,7 @@ class ShowServicios extends Component //dd($servicio_tarifa->pantallas * $cuentas_pantallas->count()); //Cantidad de cuentas restantes * cantidad de pantallas del servicio / en las pantalla de la tarifa. $this->disponibles = (($cuentas_pantallas->count() * $servicio_tarifa->pantallas) - $cuentas_pantallas_tomadas) / $tarifa_seleccionada->pantallas; - dd($this->disponibles) ; + //dd($this->disponibles) ; } else { $this->disponibles = $cuentas_pantallas; }