mirror of https://github.com/itflow-org/itflow
Clicking client links take you to client overview by default
This commit is contained in:
parent
d2d574f97e
commit
5b274b09e6
|
|
@ -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)){
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue