Fix broken client link for the report clients with a balance

This commit is contained in:
johnnyq 2025-03-02 21:03:02 -05:00
parent dd2b203321
commit 6106b8aebb
1 changed files with 1 additions and 1 deletions

View File

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