mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Clicking client links take you to client overview by default
This commit is contained in:
@@ -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)){
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user