Add the ability to remove additional assets from the ticket details screen

This commit is contained in:
johnnyq
2025-04-07 12:58:55 -04:00
parent a0ece18876
commit 70cb0ac635
4 changed files with 48 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
<span class="input-group-text"><i class="fa fa-fw fa-envelope"></i></span>
</div>
<select class="form-control select2" data-tags="true" name="watcher_email">
<option value="">-Select a contact-</option>
<option value="">- Select a contact or enter an email -</option>
<?php
$sql_client_contacts_select = mysqli_query($mysqli, "SELECT contact_id, contact_name, contact_email FROM contacts WHERE contact_client_id = $client_id AND contact_email <> '' ORDER BY contact_name ASC");