mirror of https://github.com/itflow-org/itflow
Fix broken client link for the report clients with a balance
This commit is contained in:
parent
dd2b203321
commit
6106b8aebb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue