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
|
||||
|
||||
@ -119,6 +119,7 @@ class PresupuestoModel extends \App\Models\BaseModel
|
||||
"total_descuento",
|
||||
"total_descuentoPercent",
|
||||
"total_presupuesto",
|
||||
"total_aceptado_revisado",
|
||||
"total_precio_unidad",
|
||||
"total_factor",
|
||||
"total_factor_ponderado",
|
||||
|
||||
Reference in New Issue
Block a user