X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep409.php;h=57ed978d603d8d340024bc2518df4f4ed7d1c292;hb=7840540918bfd37c886877a5d52e3ba0b3373289;hp=a4d41c7008f741b7f2ca8ffaee50ded4e054db07;hpb=74d962f7a82f2fd9543bf35faaa5026403b98cee;p=fa-stable.git diff --git a/reporting/rep409.php b/reporting/rep409.php index a4d41c70..57ed978d 100644 --- a/reporting/rep409.php +++ b/reporting/rep409.php @@ -131,13 +131,13 @@ function print_workorders() $rep->NewLine(1); $rep->TextCol(0, 5," *** = "._("Insufficient stock"), -2); - $comments = get_comments(ST_WORKORDER, $i); - if ($comments && db_num_rows($comments)) + $memo = get_comments_string(ST_WORKORDER, $i); + if ($memo != "") { $rep->NewLine(); - while ($comment=db_fetch($comments)) - $rep->TextColLines(0, 6, $comment['memo_'], -2); + $rep->TextColLines(1, 5, $memo, -2); } + if ($email == 1) { $myrow['DebtorName'] = $myrow['contact'];