From fd8d9085c2d260343a4f586e4bf7a93d8480178a Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Mon, 28 Nov 2016 15:06:26 +0530 Subject: [PATCH] bug-fix-patch3 # commented team assignment option as currently it's not working. --- .../themes/default1/agent/helpdesk/ticket/timeline.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php index 1ea8d95b9..a8788fd86 100644 --- a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php +++ b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php @@ -985,11 +985,11 @@ if ($thread->title != "") { $teams = App\Model\helpdesk\Agent\Teams::where('status', '=', '1')->get(); $count_teams = count($teams); ?> - + @foreach($assign as $user)