Merge pull request #821 from twetech/Fix-collections-link

Fix link to client overview in collections
This commit is contained in:
wrongecho 2023-11-25 10:31:35 +00:00 committed by GitHub
commit c1d0a2368d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,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>$formatted_balance</td>";
echo "<td>$billing_contact_phone</td>";
echo "<td>$formatted_recurring_monthly_total</td>";