Skip to content
Snippets Groups Projects
Commit bbb86728 authored by JediKev's avatar JediKev
Browse files

issue: Ticket Preview Broken

This addresses an issue where the Ticket Preview is broken no matter if it
has a custom field attached or not. This corrects a typo for `$thisstaff`
so the system can get the Agent’s Role to complete the rest of the preview
options.
parent c41e6d70
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
$staff=$ticket->getStaff();
$lock=$ticket->getLock();
$role=$ticket->getRole($thistaff);
$role=$ticket->getRole($thisstaff);
$error=$msg=$warn=null;
$thread = $ticket->getThread();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment