Better wrapping on comments in documents.
[fa-stable.git] / reporting / rep209.php
index 0e83fc0103da5d532dc00cbe2cfe9f0532976c2e..452fddfe49884375101c6c925c9b74e0fe042951 100644 (file)
@@ -156,7 +156,7 @@ function print_po()
                if ($myrow['comments'] != "")
                {
                        $rep->NewLine();
-                       $rep->TextColLines(1, 5, $myrow['comments'], -2);
+                       $rep->TextColLines(1, 4, $myrow['comments'], -2);
                }
                $DisplaySubTot = number_format2($SubTotal,$dec);