add mostrar_presupuesto_cliente field in tarifas extra y preimpresion

This commit is contained in:
amazuecos
2025-02-20 08:24:01 +01:00
parent 61fdceb8e1
commit 1af261eff9
14 changed files with 86 additions and 7 deletions

View File

@ -13,6 +13,7 @@ class TarifaextraEntity extends \CodeIgniter\Entity\Entity
"precio" => null,
"margen" => 0,
"mostrar_en_presupuesto" => 1,
"mostrar_en_presupuesto_cliente" => false,
"user_created_id" => 1,
"user_update_id" => 1,
"is_deleted" => 0,
@ -26,6 +27,7 @@ class TarifaextraEntity extends \CodeIgniter\Entity\Entity
"comment" => "string",
"margen" => "float",
"mostrar_en_presupuesto" => "int",
"mostrar_en_presupuesto_cliente" => "bool",
"user_created_id" => "int",
"user_update_id" => "int",
"is_deleted" => "int",