Better wrapping on comments in documents.
[fa-stable.git] / reporting / rep107.php
index 9334de1994cc786a2fb5cef08ad84849d63d112d..7982f8a1175d4857238aad6f986b9d706238bf71 100644 (file)
@@ -184,7 +184,7 @@ function print_invoices()
                        if ($memo != "")
                        {
                                $rep->NewLine();
-                               $rep->TextColLines(1, 5, $memo, -2);
+                               $rep->TextColLines(1, 3, $memo, -2);
                        }
 
                        $DisplaySubTot = number_format2($SubTotal,$dec);