From: Janusz Dobrowolski Date: Sat, 31 Mar 2012 05:58:11 +0000 (+0200) Subject: Fixed email multiplication when bulk work order report is generated. X-Git-Tag: 2.3-final~471 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=f8778441a6380212a4078623d580c5fc41a37ab8;hp=f7357591d8dc95238a632a5d77e260057c982553;p=fa-stable.git Fixed email multiplication when bulk work order report is generated. --- 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);