trabajando en los errores de calculo de tarifas

This commit is contained in:
2024-09-18 21:01:13 +02:00
parent 8777ce19c1
commit 5c72771fbe
6 changed files with 24 additions and 2 deletions

View File

@ -101,7 +101,8 @@ class TarifaextraModel extends \App\Models\BaseModel
$builder = $this->db
->table($this->table . " t1")
->select(
"t1.id AS tarifa_extra_id, t1.nombre AS tarifa_extra_nombre, t1.precio AS precio, t1.margen AS margen"
"t1.id AS tarifa_extra_id, t1.nombre AS tarifa_extra_nombre, t1.precio AS precio, t1.margen AS margen,
t1.precio_min AS tarifa_precio_min, t1.importe_fijo AS importe_fijo"
)
->where("t1.is_deleted", 0);
//->where("t1.mostrar_en_presupuesto", 1)