añadido tick a papeles interior. ese tick se usa en la busqueda

This commit is contained in:
2024-11-25 18:49:46 +01:00
parent 108af267e7
commit fd0989f764
8 changed files with 62 additions and 14 deletions

View File

@ -15,6 +15,7 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
"espesor" => 0.0,
"gramaje" => null,
"precio_tonelada" => null,
"interior" => true,
"bn" => true,
"color" => true,
"cubierta" => false,
@ -35,6 +36,7 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
"espesor" => "float",
"gramaje" => "float",
"precio_tonelada" => "float",
"interior" => "boolean",
"bn" => "boolean",
"color" => "boolean",
"cubierta" => "boolean",