mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
lp en edit terminadas
This commit is contained in:
@ -64,6 +64,8 @@ class PresupuestoLineaEntity extends \CodeIgniter\Entity\Entity
|
||||
"rotativa_precio_hora_corte" => 0,
|
||||
"rotativa_total_corte" => 0,
|
||||
"isActiva" => false,
|
||||
"check_impresion_total" => false,
|
||||
"check_papel_total" => false,
|
||||
];
|
||||
protected $casts = [
|
||||
"presupuesto_id" => "int",
|
||||
@ -119,5 +121,7 @@ class PresupuestoLineaEntity extends \CodeIgniter\Entity\Entity
|
||||
"rotativa_precio_hora_corte" => "float",
|
||||
"rotativa_total_corte" => "float",
|
||||
"isActiva" => "boolean",
|
||||
"check_impresion_total" => "boolean",
|
||||
"check_papel_total" => "boolean",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user