From a6ead89d28c1c1fc944033a25c59c1cf21237f40 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:47:03 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index bf43cb3..db2ea06 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -374,6 +374,7 @@ class ShowServicios extends Component $cantidad_necesaria = null; } + $cuentasMostar = ''; for ($h = 0; $h < (int) $cantidad_necesaria; $h++) { if (!empty($cuenta) && isset($cuenta[$h])) { $esta_error = false;