mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
algunos cambios de nomenclatura en la bbdd de papeles impresion
This commit is contained in:
@ -22,8 +22,8 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
|
||||
"precio_pliego" => null,
|
||||
"bn" => true,
|
||||
"color" => true,
|
||||
"portada" => false,
|
||||
"cubierta" => false,
|
||||
"sobrecubierta" => false,
|
||||
"rotativa" => false,
|
||||
"is_deleted" => 0,
|
||||
"created_at" => null,
|
||||
@ -42,8 +42,8 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
|
||||
"precio_pliego" => "float",
|
||||
"bn" => "boolean",
|
||||
"color" => "boolean",
|
||||
"portada" => "boolean",
|
||||
"cubierta" => "boolean",
|
||||
"sobrecubierta" => "boolean",
|
||||
"rotativa" => "boolean",
|
||||
"is_deleted" => "int",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user