Add Client name ind contacts section of global search

This commit is contained in:
johnnyq 2023-01-28 13:44:43 -05:00
parent f6b90ad3c1
commit 4b6faae6f7
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ if (isset($_GET['query'])) {
<thead>
<tr>
<th>Name</th>
<th>Client</th>
<th>Email</th>
<th>Phone</th>
<th>Cell</th>
@ -111,6 +112,7 @@ if (isset($_GET['query'])) {
<td><a href="client_contact_details.php?client_id=<?php echo $client_id; ?>&contact_id=<?php echo $contact_id; ?>"><?php echo $contact_name; ?></a>
<br><small class="text-secondary"><?php echo $contact_title; ?></small>
</td>
<td><a href="client_overview.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
<td><?php echo $contact_email; ?></td>
<td><?php echo "$contact_phone $contact_extension"; ?></td>
<td><?php echo $contact_mobile; ?></td>