Rerun Report Work Order Listing. More space in subtitles.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 4 Jun 2018 14:42:19 +0000 (16:42 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 4 Jun 2018 14:42:19 +0000 (16:42 +0200)
reporting/rep402.php

index 00f486d65ffede8ebde1f9fa1c203892bad26025..447a730573273d6a3e57215bfedca5b7160aa066 100644 (file)
@@ -72,12 +72,12 @@ function print_gl_rows(&$rep, $result, $title)
 
     if (db_num_rows($result))
     {
-               $rep->Line($rep->row - 2);
+               $rep->Line($rep->row -= 4);
                $rep->NewLine();
                $rep->Font('italic');
                $rep->TextCol(3, 11, $title);
                $rep->Font();
-               $rep->Line($rep->row - 2);
+               $rep->Line($rep->row -= 4);
                while($myrow = db_fetch($result)) {
                        $rep->NewLine();
                        $rep->TextCol(0, 2, $systypes_array[$myrow['type']] . ' ' . $myrow['type_no'], -2);