Implemented journal entries with multiply virtual AR/AP subaccounts.
[fa-stable.git] / reporting / rep601.php
index 1d47bc78a1510ca4e201862ab6cdff147e2709bb..7ad92bcb6c4b0279cc6c677e1bb583502deaab54 100644 (file)
@@ -118,7 +118,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,     payment_person_name($myrow["person_type_id"],$myrow["person_id"], false));
+                               $rep->TextCol(4, 5,     get_counterparty_name($myrow["type"], $myrow["type_no"], false));
                                if ($myrow['amount'] > 0.0)
                                {
                                        $rep->AmountCol(5, 6, abs($myrow['amount']), $dec);