diff --git a/include/staff/ticket-view.inc.php b/include/staff/ticket-view.inc.php index 9568dbf656c5513a28980f101ee35089368643f3..d28cab8c7908ecf7e6404b24eb60a6631e46a866 100644 --- a/include/staff/ticket-view.inc.php +++ b/include/staff/ticket-view.inc.php @@ -46,7 +46,9 @@ if($ticket->isOverdue()) </td> <td width="50%" class="right_align has_bottom_border"> <?php - if($thisstaff->canBanEmails() || ($dept && $dept->isManager($thisstaff))) { ?> + if ($thisstaff->canBanEmails() + || $thisstaff->canEditTickets() + || ($dept && $dept->isManager($thisstaff))) { ?> <span class="action-button" data-dropdown="#action-dropdown-more"> <span ><i class="icon-cog"></i> More</span> <i class="icon-caret-down"></i>