Avance en Servicios de acabado

This commit is contained in:
imnavajas
2023-10-03 00:23:00 +02:00
parent 3fcf88aa2a
commit 26e9e7c27b
12 changed files with 868 additions and 953 deletions

View File

@ -103,7 +103,7 @@ class TarifaacabadoModel extends \App\Models\GoBaseModel
$builder = $this->db
->table($this->table . " t1")
->select(
"t1.id as id, t1.nombre AS nombre"
"t1.id as value, t1.nombre AS label"
)
->where("t1.is_deleted", 0)
->where("t1.mostrar_en_presupuesto", 1);