X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep113.php;h=cbc99d1fb559a07605ad4e4eb03fee17c33304a4;hb=6bcd87642330092910f5d6977845a76ac59350ac;hp=468fdffb455622599d028e639d1ae41d089d4873;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/reporting/rep113.php b/reporting/rep113.php index 468fdffb..cbc99d1f 100644 --- a/reporting/rep113.php +++ b/reporting/rep113.php @@ -134,7 +134,7 @@ function print_credits() if ($memo != "") { $rep->NewLine(); - $rep->TextColLines(1, 5, $memo, -2); + $rep->TextColLines(1, 3, $memo, -2); } $DisplaySubTot = number_format2($SubTotal,$dec);