mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido tick en papeles impresion para papel de tapa dura. añadida funcionalidad presupuesto cliente
This commit is contained in:
@ -25,6 +25,7 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
|
||||
"rotativa" => false,
|
||||
"isActivo" => true,
|
||||
"use_in_client" => false,
|
||||
"use_for_tapa_dura" => false,
|
||||
"is_deleted" => 0,
|
||||
"created_at" => null,
|
||||
"updated_at" => null,
|
||||
@ -45,6 +46,7 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
|
||||
"rotativa" => "boolean",
|
||||
"isActivo" => "boolean",
|
||||
"use_in_client" => "boolean",
|
||||
"use_for_tapa_dura" => "boolean",
|
||||
"is_deleted" => "int",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user