X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=18ed866a00bc685143e356e4ff079d3c60a4608b;hb=ec58402529d7c61843274582de9174cbb2e56679;hp=6b0830973dafaace1db2563dfc2927344250d65f;hpb=d8ebbcd57414b1b57f6f422f00516646b21ada53;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index 6b083097..18ed866a 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -144,7 +144,7 @@ function print_deliveries() if ($memo != "") { $rep->NewLine(); - $rep->TextColLines(1, 5, $memo, -2); + $rep->TextColLines(1, 3, $memo, -2); } $DisplaySubTot = number_format2($SubTotal,$dec);