X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep107.php;h=7982f8a1175d4857238aad6f986b9d706238bf71;hb=ae038fe92d264f26d66fd8e0917d7eb845bd65bb;hp=9334de1994cc786a2fb5cef08ad84849d63d112d;hpb=785e1fd17e52c72fe560b7ef1b3390e0518b8716;p=fa-stable.git diff --git a/reporting/rep107.php b/reporting/rep107.php index 9334de19..7982f8a1 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -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);