Added Client ID in the client listing and client top header

This commit is contained in:
johnnyq
2024-07-09 15:26:07 -04:00
parent 50bdeae79d
commit dcc0d77dd4
2 changed files with 2 additions and 2 deletions

View File

@@ -355,7 +355,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
?>
<tr>
<td>
<a class="font-weight-bold" href="client_overview.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a>
<a class="font-weight-bold" href="client_overview.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?> <small class='text-muted'>[ <?php echo $client_id; ?> ]</small></a>
<?php
if (!empty($client_type)) {