From 5d56bb206613f9c52e4cc1fbdee5f47afea1977b Mon Sep 17 00:00:00 2001 From: o-psi Date: Wed, 13 Dec 2023 16:12:23 +0000 Subject: [PATCH] update collections report to include link to statement. --- report_collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_collections.php b/report_collections.php index c62ac6f0..5f570f73 100644 --- a/report_collections.php +++ b/report_collections.php @@ -99,7 +99,7 @@ $formatted_behind_amount = numfmt_format_currency($currency_format, $behind_amount, $config_currency_code); echo ""; - echo "$client_name"; + echo "$client_name"; echo "$formatted_balance"; echo "$billing_contact_phone"; echo "$formatted_recurring_monthly_total";