Clicking client links take you to client overview by default

This commit is contained in:
johnnyq 2022-03-12 13:38:30 -05:00
parent d2d574f97e
commit 5b274b09e6
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
?>
<tr>
<td>
<strong><a href="client.php?client_id=<?php echo $client_id; ?>&tab=contacts"><?php echo $client_name; ?></a></strong>
<strong><a href="client.php?client_id=<?php echo $client_id; ?>&tab=overview"><?php echo $client_name; ?></a></strong>
<?php
if(!empty($client_type)){
?>