mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadidos presupuestos en cliente
This commit is contained in:
@ -242,7 +242,6 @@ class PedidoModel extends \App\Models\BaseModel
|
||||
->join('presupuestos pr', 'pr.id = pl.presupuesto_id', 'left')
|
||||
//->where('pr.deleted_at IS NULL')
|
||||
->where('pr.cliente_id', $cliente_id)
|
||||
->orderBy('p.created_at', 'DESC')
|
||||
->groupBy('p.id');
|
||||
return $builder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user