Update admin_submit_ticket
This commit is contained in:
parent
1325f17bf8
commit
52b47075d9
@ -300,6 +300,11 @@ if (!$modsForHesk_settings['rich_text_for_tickets']) {
|
|||||||
$tmpvar['message'] = nl2br($tmpvar['message']);
|
$tmpvar['message'] = nl2br($tmpvar['message']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Track who assigned the ticket
|
||||||
|
if ($tmpvar['owner'] > 0) {
|
||||||
|
$tmpvar['assignedby'] = !empty($autoassign_owner) ? -1 : $_SESSION['id'];
|
||||||
|
}
|
||||||
|
|
||||||
$tmpvar['latitude'] = hesk_POST('latitude', 'E-4');
|
$tmpvar['latitude'] = hesk_POST('latitude', 'E-4');
|
||||||
$tmpvar['longitude'] = hesk_POST('longitude', 'E-4');
|
$tmpvar['longitude'] = hesk_POST('longitude', 'E-4');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user