Fix the link to client overvier in collections

This commit is contained in:
Andrew Malsbury 2023-11-22 18:18:17 +00:00
parent d90280011f
commit fe86d3982c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
$formatted_behind_amount = numfmt_format_currency($currency_format, $behind_amount, $config_currency_code);
echo "<tr>";
echo "<td><a href='client_details.php?client_id=$client_id'>$client_name</a></td>";
echo "<td><a href='client_overview.php?client_id=$client_id'>$client_name</a></td>";
echo "<td class='text-right'>$formatted_balance</td>";
echo "<td>$billing_contact_phone</td>";
echo "<td class='text-right'>$formatted_recurring_monthly_total</td>";