pasador los datos que se necesitaban para preview rot

This commit is contained in:
Jaime Jiménez Ortega
2023-12-27 18:08:58 +01:00
parent 269e36ab7c
commit b5eeedc591
7 changed files with 28 additions and 6 deletions

View File

@ -48,7 +48,7 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
"sobrecubiertas" => false,
"sobrecubiertas_ancho" => 0.0,
"merma" => null,
"merma_portada" => 6.0,
"merma_cubierta" => 6.0,
"comentarios_cliente" => null,
"comentarios_safekat" => null,
"comentarios_pdf" => null,
@ -213,7 +213,7 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
"sobrecubiertas" => "boolean",
"sobrecubiertas_ancho" => "float",
"merma" => "float",
"merma_portada" => "float",
"merma_cubierta" => "float",
"en_produccion" => "boolean",
"en_espera" => "boolean",
"modo_comparador" => "boolean",