Skip to content
Snippets Groups Projects
Commit 08f1ecbc authored by Peter Rotich's avatar Peter Rotich
Browse files

Remove assignment warning

The warning was meant to be humorous but apparently the world has no sense
of humor.
parent 91bfd578
No related branches found
No related tags found
No related merge requests found
......@@ -540,8 +540,6 @@ if($cfg->showAnsweredTickets()) {
}
if($stats['assigned']) {
if(!$ost->getWarning() && $stats['assigned']>10)
$ost->setWarning($stats['assigned'].' tickets assigned to you! Do something about it!');
$nav->addSubMenu(array('desc'=>'My Tickets ('.number_format($stats['assigned']).')',
'title'=>'Assigned Tickets',
......
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