Better wrapping on comments in documents.
[fa-stable.git] / reporting / rep109.php
index 8660e09a554a79765f290d47e771e92142f6dbb8..739348d4783f9aacd6ffa0334ce1b378482d9ee6 100644 (file)
@@ -144,7 +144,7 @@ function print_sales_orders()
                if ($myrow['comments'] != "")
                {
                        $rep->NewLine();
-                       $rep->TextColLines(1, 5, $myrow['comments'], -2);
+                       $rep->TextColLines(1, 3, $myrow['comments'], -2);
                }
                $DisplaySubTot = number_format2($SubTotal,$dec);