From 4b871659e1dcc6fd52d2f02e3675141e9a3ce10e Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Sat, 31 Dec 2016 11:59:44 +0530 Subject: [PATCH] bug-fix-patch # Removed department's dependency on help topic in client panel mentioned in #361 --- .../themes/default1/client/helpdesk/form.blade.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/resources/views/themes/default1/client/helpdesk/form.blade.php b/resources/views/themes/default1/client/helpdesk/form.blade.php index d0de6f461..b7a46e111 100644 --- a/resources/views/themes/default1/client/helpdesk/form.blade.php +++ b/resources/views/themes/default1/client/helpdesk/form.blade.php @@ -156,15 +156,7 @@ class = "active" $helptopic = App\Model\helpdesk\Manage\Help_topic::where('status', '=', 1)->get(); ?>