Skip to content
Snippets Groups Projects
Commit 74ed76b9 authored by aydreeihn's avatar aydreeihn
Browse files

Implement Referral Internal Notes

This commit stores internal notes if an Agent includes one while creating a Thread Referral.
parent 4a4d5452
No related branches found
No related tags found
No related merge requests found
......@@ -443,6 +443,9 @@ function refer($tid, $target=null) {
switch ($_POST['do']) {
case 'refer':
if ($form->isValid() && $ticket->refer($form, $errors)) {
$clean = $form->getClean();
if ($clean['comments'])
$ticket->logNote('Referral', $clean['comments'], $thisstaff);
$_SESSION['::sysmsgs']['msg'] = sprintf(
__('%s successfully'),
sprintf(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment