Skip to content

Commit

Permalink
Fix Dead Link
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyq committed Sep 21, 2024
1 parent eff4c9c commit c5e13fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_clients_with_balance.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
?>

<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
Expand Down

0 comments on commit c5e13fd

Please sign in to comment.