Hi,This is how I did it. You need to modify the file \include\class.ticket.php, around line 2991: if (!$thisstaff->canAssignTickets()) unset($vars); // Not assigned...save optional note if any //ghaber adds - start //$errors = __($vars); //ghaber: comment this line if ($vars=='0') $errors = __('You must assign an agent to finish creation'); //ghaber adds - endGood luck