review
This commit is contained in:
parent
fea1b2ef14
commit
26a1825411
@ -5534,7 +5534,7 @@ class Facture extends CommonInvoice
|
||||
if (is_array($tmparraycontact) && count($tmparraycontact) > 0) {
|
||||
foreach ($tmparraycontact as $data_email) {
|
||||
if (!empty($data_email['email'])) {
|
||||
$to[] = $data_email['firstname'] . ' '. $data_email['lastname']. '<'.$data_email['email'].'>';
|
||||
$to[] = $tmpinvoice->thirdparty->contact_get_property($data_email['id'], 'email');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user