X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep409.php;h=a57974260ce9c0f28b7f8d5fd0609b940a1f667a;hb=a01cbf378c448da44758b9b9898eb1acc970e84a;hp=57ed978d603d8d340024bc2518df4f4ed7d1c292;hpb=6af220a67674c827a1970fe601a4c04e8d07cded;p=fa-stable.git diff --git a/reporting/rep409.php b/reporting/rep409.php index 57ed978d..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);