Fix Dead Link

This commit is contained in:
johnnyq 2024-09-20 21:45:23 -04:00
parent eff4c9c725
commit c5e13fdba6
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ validateAccountantRole();
?>
<tr>
<td><a href="client_statement.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
<td><a href="client_invoices.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