Fix variable per invio notifica nuovo intervento
This commit is contained in:
parent
d16e9df4b2
commit
1a57970ae4
|
@ -165,7 +165,7 @@ function add_tecnico($idintervento, $idtecnico, $inizio, $fine, $idcontratto = n
|
||||||
if (!empty($tecnico['email'])) {
|
if (!empty($tecnico['email'])) {
|
||||||
$n = new Notifications\EmailNotification();
|
$n = new Notifications\EmailNotification();
|
||||||
|
|
||||||
$n->setTemplate('Notifica intervento', $id_record);
|
$n->setTemplate('Notifica intervento', $idintervento);
|
||||||
$n->setReceivers($tecnico['email']);
|
$n->setReceivers($tecnico['email']);
|
||||||
|
|
||||||
$n->send();
|
$n->send();
|
||||||
|
|
Loading…
Reference in New Issue