X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep409.php;h=a57974260ce9c0f28b7f8d5fd0609b940a1f667a;hb=a01cbf378c448da44758b9b9898eb1acc970e84a;hp=a4d41c7008f741b7f2ca8ffaee50ded4e054db07;hpb=74d962f7a82f2fd9543bf35faaa5026403b98cee;p=fa-stable.git diff --git a/reporting/rep409.php b/reporting/rep409.php index a4d41c70..a5797426 100644 --- a/reporting/rep409.php +++ b/reporting/rep409.php @@ -81,7 +81,7 @@ function print_workorders() else $rep->title = _('WORK ORDER'); - $contact[] = array('email' =>$myrow['email'],'lang' => $dflt_lang, + $contact = array('email' =>$myrow['email'],'lang' => $dflt_lang, // ??? 'name' => $myrow['contact'], 'name2' => '', 'contact'); $rep->SetCommonData($myrow, null, null, '', 26, $contact); @@ -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'];