Update ShowServicios.php
This commit is contained in:
@@ -377,6 +377,7 @@ class ShowServicios extends Component
|
||||
->where('estado', 'pendiente')
|
||||
->doesntHave('perfil')
|
||||
->get();
|
||||
|
||||
} elseif ((int) $pantalla_servicio < (int) $cantidad_solicitada) {
|
||||
$suma2 = $pantalla_servicio - $pantallas;
|
||||
$cantidad_necesaria = $this->cantidad_tarjetaPlan;
|
||||
@@ -403,7 +404,7 @@ class ShowServicios extends Component
|
||||
return $historiales_count <= $suma2;
|
||||
});
|
||||
|
||||
$cuentas = $cuentas_filtradas->values();
|
||||
$cuenta = $cuentas_filtradas->values();
|
||||
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user