mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
add new dates in form
This commit is contained in:
@ -25,9 +25,13 @@ class OrdenTrabajoUserEntity extends Entity
|
||||
"corte_user_id" => null,
|
||||
"preparacion_interior_user_id" => null,
|
||||
"entrada_manipulado_user_id" => null,
|
||||
"cosido_user_id"=> null,
|
||||
"solapa_user_id"=> null,
|
||||
"grapado_user_id"=> null,
|
||||
"cosido_user_id" => null,
|
||||
"solapa_user_id" => null,
|
||||
"grapado_user_id" => null,
|
||||
"retractilado_user_id" => null,
|
||||
"retractilado5_user_id" => null,
|
||||
"prototipo_user_id" => null,
|
||||
"marcapaginas_user_id" => null,
|
||||
//FERRO
|
||||
"pendiente_ferro_user_id" => null,
|
||||
"ferro_en_cliente_user_id" => null,
|
||||
@ -42,9 +46,9 @@ class OrdenTrabajoUserEntity extends Entity
|
||||
"pre_codbarras_user_id" => null,
|
||||
"pre_imposicion_user_id" => null,
|
||||
//UNUSED
|
||||
"inaplazable_revised_change_user_id" => null,//!DELETE
|
||||
"ferro_disponible_hecho_user_id" => null,//!DELETE
|
||||
"ferro_entregado_user_id" => null,//!DELETE
|
||||
"inaplazable_revised_change_user_id" => null, //!DELETE
|
||||
"ferro_disponible_hecho_user_id" => null, //!DELETE
|
||||
"ferro_entregado_user_id" => null, //!DELETE
|
||||
"pre_imprimir_user_id" => null, //!DELETE
|
||||
"ferro_disponible_ok_user_id" => null, //!DELETE
|
||||
];
|
||||
@ -88,7 +92,7 @@ class OrdenTrabajoUserEntity extends Entity
|
||||
}
|
||||
return $user;
|
||||
}
|
||||
public function getPlastificadoBy() : ?UserEntity
|
||||
public function getPlastificadoBy(): ?UserEntity
|
||||
{
|
||||
return $this->userBy('plastificado_user_id');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user