X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep113.php;h=cbc99d1fb559a07605ad4e4eb03fee17c33304a4;hb=5a3cbfe6d2df1c8c32edcab8bf93e8a8432a15fc;hp=468fdffb455622599d028e639d1ae41d089d4873;hpb=6006026189083cacf850d552303d8458060b5c46;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);