X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep209.php;h=452fddfe49884375101c6c925c9b74e0fe042951;hb=ca4b0e00f434d0180fe3e3ec9fa3d31a278a9fef;hp=0e83fc0103da5d532dc00cbe2cfe9f0532976c2e;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/reporting/rep209.php b/reporting/rep209.php index 0e83fc01..452fddfe 100644 --- a/reporting/rep209.php +++ b/reporting/rep209.php @@ -156,7 +156,7 @@ function print_po() if ($myrow['comments'] != "") { $rep->NewLine(); - $rep->TextColLines(1, 5, $myrow['comments'], -2); + $rep->TextColLines(1, 4, $myrow['comments'], -2); } $DisplaySubTot = number_format2($SubTotal,$dec);