Better wrapping on comments in documents.
[fa-stable.git] / reporting / rep111.php
index 241d7edd9883a62b925288ea8369d59002cf7027..cf3e8d20253bad2c05cb000450dda35f3e45df64 100644 (file)
@@ -141,7 +141,7 @@ function print_sales_quotations()
                if ($myrow['comments'] != "")
                {
                        $rep->NewLine();
-                       $rep->TextColLines(1, 5, $myrow['comments'], -2);
+                       $rep->TextColLines(1, 3, $myrow['comments'], -2);
                }
                $DisplaySubTot = number_format2($SubTotal,$dec);