modificado el papel impresion tick

This commit is contained in:
2024-11-20 17:29:07 +01:00
parent 80b4d3aaf4
commit 791a17d3da
9 changed files with 62 additions and 51 deletions

View File

@ -23,8 +23,7 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
"inkjet" => false,
"rotativa" => false,
"isActivo" => true,
"show_in_client" => false,
"show_in_client_special" => false,
"use_in_client" => false,
"is_deleted" => 0,
"created_at" => null,
"updated_at" => null,
@ -43,8 +42,7 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
"guardas" => "boolean",
"rotativa" => "boolean",
"isActivo" => "boolean",
"show_in_client" => "boolean",
"show_in_client_special" => "boolean",
"use_in_client" => "boolean",
"is_deleted" => "int",
];
}