Update ShowPromociones.php
This commit is contained in:
@@ -287,7 +287,7 @@ class ShowPromociones extends Component
|
|||||||
->where('estado', 'pendiente');
|
->where('estado', 'pendiente');
|
||||||
|
|
||||||
$cuenta = Cuentas::fromSub($baseQuery, 'alias')
|
$cuenta = Cuentas::fromSub($baseQuery, 'alias')
|
||||||
->where('historiales_count', '==', 0)
|
->where('historiales_count', '=', 0)
|
||||||
->orderBy('inicio', 'ASC')
|
->orderBy('inicio', 'ASC')
|
||||||
->first();
|
->first();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user