mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
cambio realizado
This commit is contained in:
@ -25,7 +25,7 @@ class ImportadorModel extends \App\Models\BaseModel
|
||||
$builder = $db->table('pedido_libro');
|
||||
$builder->select('id as id, CONCAT(id, " - ", titulo) as name');
|
||||
$builder->where('customer_id', $clienteId);
|
||||
$builder->whereIn('estado', ['finalizado', 'validado']);
|
||||
$builder->whereIn('estado', ['finalizado', 'validado', 'presupuesto']);
|
||||
$builder->where('deleted_at', NULL);
|
||||
$builder->orderBy('updated_at', 'DESC');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user