This commit is contained in:
Lizandro Guarnizo
2024-04-30 22:09:19 -05:00
parent 405b27178f
commit 9d3f9ff3d5
2 changed files with 52 additions and 36 deletions
-2
View File
@@ -285,8 +285,6 @@ class ShowServicios extends Component
if ((int) $pantalla_servicio >= (int) $cantidad_solicitada && (int) $pantalla_servicio_completa != (int) $this->pantallas_tarjetaPlan) {
$suma = $pantalla_servicio - $cantidad_solicitada;
$cantidad_necesaria = $this->cantidad_tarjetaPlan;
$cuenta = Cuentas::where('servicio_id', $this->servicio_id)
->whereDate('inicio', '>=', $this->fecha)