X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep702.php;fp=reporting%2Frep702.php;h=c2b287710d5b38eaff0a7c62cc76049b7a9e9b6e;hb=0bea46fe45fb4e046cc3a8ee53e9a0c4759df0ba;hp=01d3606a420f84a9c46d9ce57525daf6785b2ebc;hpb=3ef9e6f02a4460bf96c65987e0a7b0e17d376a45;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']);