mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
acabado actualizar lineas presupuesto
This commit is contained in:
@ -87,6 +87,7 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
|
||||
"total_factor_ponderado" => null,
|
||||
"acabado_cubierta_id" => null,
|
||||
"acabado_sobrecubierta_id" => null,
|
||||
"is_duplicado" => false,
|
||||
];
|
||||
protected $casts = [
|
||||
"cliente_id" => "int",
|
||||
@ -149,5 +150,6 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
|
||||
"total_factor_ponderado" => "?float",
|
||||
"acabado_cubierta_id" => "int",
|
||||
"acabado_sobrecubierta_id" => "int",
|
||||
"is_duplicado" => "boolean",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user