From 43af1ef2803f8f6a103694bc4191d4a6631a7b70 Mon Sep 17 00:00:00 2001 From: arindam85 Date: Mon, 31 Oct 2016 18:30:14 +0530 Subject: [PATCH] Revert "only actuve user can chose priority -1" This reverts commit 34860b407a19092b9d390c1a25f16f2bfe458af2. --- .../views/themes/default1/client/helpdesk/form.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/themes/default1/client/helpdesk/form.blade.php b/resources/views/themes/default1/client/helpdesk/form.blade.php index f4a16ce0c..fcc268d9f 100644 --- a/resources/views/themes/default1/client/helpdesk/form.blade.php +++ b/resources/views/themes/default1/client/helpdesk/form.blade.php @@ -174,10 +174,9 @@ class = "active" $user_Priority=$Priority->status; ?> - @if(!Auth::user()) - - -
+ @if($user_Priority == 1) + @if(Auth::user()->active == '1') +
@@ -188,6 +187,7 @@ class = "active"
+ @endif @endif