Update ShowPromociones.php

This commit is contained in:
Lizandro Guarnizo
2025-04-14 18:16:51 -05:00
parent d1c5dbc90e
commit c27ee727a1
+1 -1
View File
@@ -287,7 +287,7 @@ class ShowPromociones extends Component
->where('estado', 'pendiente');
$cuenta = Cuentas::fromSub($baseQuery, 'alias')
->where('historiales_count', '==', 0)
->where('historiales_count', '=', 0)
->orderBy('inicio', 'ASC')
->first();