add mostrar_en_presupuesto_cliente field in models,entities and datatables in list views

This commit is contained in:
amazuecos
2025-02-16 20:10:27 +00:00
parent 8b03dc6de6
commit 71b8b2db13
12 changed files with 23 additions and 5 deletions

View File

@ -14,6 +14,7 @@ class TarifaManipuladoEntity extends \CodeIgniter\Entity\Entity
"precio_min" => 0,
"importe_fijo" => 0,
"mostrar_en_presupuesto" => 1,
"mostrar_en_presupuesto_cliente" => 0,
"user_created_id" => 0,
"user_updated_id" => 0,
"is_deleted" => 0,
@ -27,6 +28,7 @@ class TarifaManipuladoEntity extends \CodeIgniter\Entity\Entity
"code" => "string",
"comment" => "string",
"mostrar_en_presupuesto" => "int",
"mostrar_en_presupuesto_cliente" => "bool",
"user_created_id" => "int",
"user_updated_id" => "int",
"is_deleted" => "int",