Rerun of Rep 704 GL Account Transactions report shows html code on Person/Item.
[fa-stable.git] / reporting / rep601.php
index e5411bd5c8d425c533c4c9c10bf852af4aa67aeb..2566216c5b981fe229ae65ffe3b6d57d6f4f113f 100644 (file)
@@ -133,7 +133,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);