remove debug
This commit is contained in:
parent
1b0e89635e
commit
07c9ce4e59
@ -443,10 +443,9 @@ if (empty($reshook)) {
|
|||||||
// Log action in ticket logs table
|
// Log action in ticket logs table
|
||||||
$object->fetch_user($usertoassign);
|
$object->fetch_user($usertoassign);
|
||||||
$log_action = $langs->trans('TicketLogAssignedTo', $object->user->getFullName($langs));
|
$log_action = $langs->trans('TicketLogAssignedTo', $object->user->getFullName($langs));
|
||||||
//var_dump($error);
|
|
||||||
setEventMessages($langs->trans('TicketAssigned'), null, 'mesgs');
|
setEventMessages($langs->trans('TicketAssigned'), null, 'mesgs');
|
||||||
header("Location: card.php?track_id=".$object->track_id."&action=view");
|
header("Location: card.php?track_id=".$object->track_id."&action=view");
|
||||||
//exit;
|
exit;
|
||||||
} else {
|
} else {
|
||||||
array_push($object->errors, $object->error);
|
array_push($object->errors, $object->error);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user