Update ShowPromociones.php
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user