Fixes #113
jdarwood007

jdarwood007 commited on 2019-04-06 09:25:14
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -611,7 +611,7 @@ function shd_count_helpdesk_tickets($status = '', $is_staff = false)
611 611
 	if (empty($context['ticket_count']))
612 612
 	{
613 613
 		$context['ticket_count'] = array();
614
-		for ($i = 0; $i <= 6; $i++)
614
+		for ($i = 0; $i <= 7; $i++)
615 615
 			$context['ticket_count'][$i] = 0; // set the count to zero for all known states
616 616
 
617 617
 		$cache_id = 'shd_ticket_count_' . (!empty($context['shd_department']) ? 'dept' . $context['shd_department'] . '_' : '') . $user_info['id'];
618 618