Añadidos servicios preimpresion y manipulado

This commit is contained in:
imnavajas
2023-10-03 23:29:46 +02:00
parent 080bc225a1
commit a10c4a4ad8
10 changed files with 743 additions and 80 deletions

View File

@ -102,7 +102,7 @@ class TarifaManipuladoModel 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);