From: Joe Hunt Date: Sat, 21 Apr 2012 09:37:51 +0000 (+0200) Subject: Improved report Journal Entries (rep702.php) to show memo in multiple lines. X-Git-Tag: 2.3-final~457 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=0bea46fe45fb4e046cc3a8ee53e9a0c4759df0ba;p=fa-stable.git Improved report Journal Entries (rep702.php) to show memo in multiple lines. --- 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']);