From 267949d546fc8516a38208d2c4a00e81c42bb374 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 21 Apr 2012 11:37:51 +0200 Subject: [PATCH] Improved report Journal Entries (rep702.php) to show memo in multiple lines. --- reporting/rep702.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reporting/rep702.php b/reporting/rep702.php index 01d3606..c2b2877 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']); -- 2.30.2