mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
falta las lineas de sobrecubierta
This commit is contained in:
0
ci4/app/Entities/Clientes/ClientePreciosEntity.php
Normal file → Executable file
0
ci4/app/Entities/Clientes/ClientePreciosEntity.php
Normal file → Executable file
@ -39,6 +39,8 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
|
||||
"tirada" => null,
|
||||
"solapas" => false,
|
||||
"solapas_ancho" => 0.0,
|
||||
"solapas_sobrecubierta" => false,
|
||||
"solapas_ancho_sobrecubierta" => 0.0,
|
||||
"cosido" => false,
|
||||
"sobrecubiertas" => false,
|
||||
"sobrecubiertas_ancho" => 0.0,
|
||||
@ -107,6 +109,8 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
|
||||
"tirada" => "int",
|
||||
"solapas" => "boolean",
|
||||
"solapas_ancho" => "float",
|
||||
"solapas_sobrecubierta" => "boolean",
|
||||
"solapas_ancho_sobrecubierta" => "float",
|
||||
"cosido" => "boolean",
|
||||
"sobrecubiertas" => "boolean",
|
||||
"sobrecubiertas_ancho" => "float",
|
||||
|
||||
Reference in New Issue
Block a user