mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado guardas
This commit is contained in:
@ -10,6 +10,7 @@ class PresupuestoLineaEntity extends \CodeIgniter\Entity\Entity
|
||||
"presupuesto_id" => null,
|
||||
"tipo" => null,
|
||||
"paginas" => 0,
|
||||
"paginas_impresion" => 0, //guardas
|
||||
"paginas_color_posicion" => null,
|
||||
"solapas_ancho" => 0.0,
|
||||
"papel_id" => null,
|
||||
@ -79,6 +80,7 @@ class PresupuestoLineaEntity extends \CodeIgniter\Entity\Entity
|
||||
protected $casts = [
|
||||
"presupuesto_id" => "int",
|
||||
"paginas" => "int",
|
||||
"paginas_impresion" => "int", // guardas
|
||||
"solapas_ancho" => "float",
|
||||
"papel_id" => "?int",
|
||||
"papel_impresion_id" => "?int",
|
||||
@ -140,3 +142,4 @@ class PresupuestoLineaEntity extends \CodeIgniter\Entity\Entity
|
||||
"total_linea" => "double",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user