X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep702.php;h=c2b287710d5b38eaff0a7c62cc76049b7a9e9b6e;hb=aed0d601bf245cda4ae5867b8c2f54925658644d;hp=01d3606a420f84a9c46d9ce57525daf6785b2ebc;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/reporting/rep702.php b/reporting/rep702.php index 01d3606a..c2b28771 100644 --- a/reporting/rep702.php +++ b/reporting/rep702.php @@ -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']);