Merged last changes from stable.
[fa-stable.git] / reporting / rep702.php
index d32c787e55ad52d456317447c583c356d820f479..fdc1224a5796318d7f4e28ee2973ae9ea9d5d530 100644 (file)
@@ -99,7 +99,7 @@ function print_list_of_journal_entries()
             $rep->TextCol(0, 1, $TransName . " # " . $myrow['type_no']);
             $rep->TextCol(1, 2, get_reference($myrow['type'], $myrow['type_no']));
             $rep->DateCol(2, 3, $myrow['tran_date'], true);
-            $coms =  payment_person_name($myrow["person_type_id"],$myrow["person_id"]);
+            $coms =  get_subaccount_name($myrow["account"], $myrow["person_id"]);
             $memo = get_comments_string($myrow['type'], $myrow['type_no']);
             if ($memo != '')
             {