Merged changes from stable branch up to 2.3.12
[fa-stable.git] / reporting / rep702.php
index 9fdde38eb02970756f53731a0cba51adf5db3f04..5b5ab535370bb64fab8b43de1d0680f9f899bd48 100644 (file)
@@ -104,8 +104,8 @@ function print_list_of_journal_entries()
                else
                        $coms .= " / ".$memo;
             }          
-            $rep->TextCol(3, 6, $coms);
-            $rep->NewLine(2);
+            $rep->TextColLines(3, 6, $coms);
+            $rep->NewLine();
         }
         $rep->TextCol(0, 1, $myrow['account']);
         $rep->TextCol(1, 2, $myrow['account_name']);