mirror of
https://github.com/itflow-org/itflow
synced 2026-04-18 02:25:40 +00:00
Ticket: Fix missing contact in version 1 Create Ticket
This commit is contained in:
@@ -247,7 +247,7 @@ ob_start();
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-user"></i></span>
|
||||
</div>
|
||||
<select class="form-control select2" name="contact">
|
||||
<select class="form-control select2" name="contact_id">
|
||||
<option value="0">- No One -</option>
|
||||
<?php
|
||||
$sql = mysqli_query($mysqli, "SELECT contact_id, contact_name, contact_title, contact_primary, contact_technical FROM contacts WHERE contact_client_id = $client_id AND contact_archived_at IS NULL ORDER BY contact_primary DESC, contact_technical DESC, contact_name ASC");
|
||||
|
||||
Reference in New Issue
Block a user