projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f735759
)
Fixed email multiplication when bulk work order report is generated.
author
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Sat, 31 Mar 2012 05:58:11 +0000
(07:58 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Sat, 31 Mar 2012 05:58:11 +0000
(07:58 +0200)
reporting/rep409.php
patch
|
blob
|
history
diff --git
a/reporting/rep409.php
b/reporting/rep409.php
index 57ed978d603d8d340024bc2518df4f4ed7d1c292..a57974260ce9c0f28b7f8d5fd0609b940a1f667a 100644
(file)
--- 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);