Skip to content

Commit

Permalink
Fix the link to client overvier in collections
Browse files Browse the repository at this point in the history
  • Loading branch information
o-psi committed Nov 22, 2023
1 parent d902800 commit fe86d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_collections.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>";
Expand Down

0 comments on commit fe86d39

Please sign in to comment.