bug-fix-patches

# removed place holders in agent profiles
# added checkbox style class in agent blade file
# added mtutators in ticket_form_data.php model
# changed priority field saving method in ticket creation form at clinet
side
# Fetched only required data in client panel form and saving ticket
#184 solevd.
This commit is contained in:
Manish Verma
2016-12-05 18:05:58 +05:30
parent ea1acea29f
commit d92ae1481d
8 changed files with 55 additions and 10 deletions

View File

@@ -172,7 +172,7 @@ class = "active"
</div>
<!-- priority -->
<?php
$Priority = App\Model\helpdesk\Settings\CommonSettings::where('id','=',6)->first();
$Priority = App\Model\helpdesk\Settings\CommonSettings::select('status')->where('option_name','=', 'user_priority')->first();
$user_Priority=$Priority->status;
?>