PHP 8 rerun of number_format fix.
[fa-stable.git] / reporting / rep601.php
index 079e3c1ff818fc6ce11d7f8c39105707809bdf2d..305ef97a4ffd39e73c32ad73f76952e4bbb0fcbe 100644 (file)
@@ -132,7 +132,7 @@ function print_bank_transactions()
                                        $rep->TextCol(1, 2,     $myrow['trans_no']);
                                        $rep->TextCol(2, 3,     $myrow['ref']);
                                        $rep->DateCol(3, 4,     $myrow["trans_date"], true);
-                                       $rep->TextCol(4, 5,     get_counterparty_name($myrow["type"], $myrow["trans_no"], false));
+                                       $rep->TextCol(4, 5,     payment_person_name($myrow["person_type_id"],$myrow["person_id"], false));
                                        if ($myrow['amount'] > 0.0)
                                        {
                                                $rep->AmountCol(5, 6, abs($myrow['amount']), $dec);