Fix collections report

This commit is contained in:
o-psi
2024-02-15 16:09:10 -06:00
parent 5d15a7ded9
commit 79157c88ea
2 changed files with 9 additions and 1 deletions

View File

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