mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminada modificacion
This commit is contained in:
@ -74,6 +74,7 @@ class PresupuestoDireccionesModel extends \App\Models\BaseModel
|
||||
|
||||
$builder->where('t1.presupuesto_id', $presupuesto_id);
|
||||
$builder->join("lg_paises t2", "t1.pais_id = t2.id", "left");
|
||||
$builder->orderBy('t1.id', 'DESC');
|
||||
|
||||
return empty($search)
|
||||
? $builder
|
||||
|
||||
Reference in New Issue
Block a user