mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido tick a papeles interior. ese tick se usa en la busqueda
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user