add link to client overview page

This commit is contained in:
o-psi
2023-10-16 16:14:15 -05:00
parent 33c1e72dcc
commit cc9dc4e6e7
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ validateAccountantRole();
?>
<tr>
<td><?php echo $client_name; ?></td>
<td><a href="client_overview.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
<td class="text-right"><?php echo numfmt_format_currency($currency_format, $balance, $session_company_currency); ?></td>
</tr>
<?php