Debug v17

This commit is contained in:
Laurent Destailleur 2023-01-04 18:12:13 +01:00
parent cfa974df25
commit 8a42999bda

View File

@ -2535,7 +2535,7 @@ class Ticket extends CommonObject
if ($info_sendto['email'] != '') { if ($info_sendto['email'] != '') {
if (!empty($info_sendto['email'])) { if (!empty($info_sendto['email'])) {
$sendto[] = trim($info_sendto['firstname']." ".$info_sendto['lastname'])." <".$info_sendto['email'].">"; $sendto[] = dolGetFirstLastname($info_sendto['firstname'], $info_sendto['lastname'])." <".$info_sendto['email'].">";
} }
// Contact type // Contact type