From f8778441a6380212a4078623d580c5fc41a37ab8 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sat, 31 Mar 2012 07:58:11 +0200 Subject: [PATCH] Fixed email multiplication when bulk work order report is generated. --- reporting/rep409.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2