Skip to content
Snippets Groups Projects
Unverified Commit cb352446 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4486 from aydreeihn/issue/referral-internal-notes

Implement Referral Internal Notes
parents eacdfc2f 74ed76b9
Branches
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.
Please register or to comment