Skip to content

Commit 6106b8a

Browse files
committed
Fix broken client link for the report clients with a balance
1 parent dd2b203 commit 6106b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: report_clients_with_balance.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
?>
6767

6868
<tr>
69-
<td><a href="client_invoices.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
69+
<td><a href="invoices.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
7070
<td class="text-right"><?php echo numfmt_format_currency($currency_format, $balance, $session_company_currency); ?></td>
7171
</tr>
7272
<?php

0 commit comments

Comments
 (0)