Improved report Journal Entries (rep702.php) to show memo in multiple lines.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 21 Apr 2012 09:37:51 +0000 (11:37 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 21 Apr 2012 09:37:51 +0000 (11:37 +0200)
reporting/rep702.php

index 01d3606a420f84a9c46d9ce57525daf6785b2ebc..c2b287710d5b38eaff0a7c62cc76049b7a9e9b6e 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']);