Fix autocopy on projects
This commit is contained in:
parent
5f54bd250c
commit
3393aba85f
@ -450,7 +450,7 @@ if (empty($reshook))
|
|||||||
// Actions to send emails
|
// Actions to send emails
|
||||||
$trigger_name='PROJECT_SENTBYMAIL';
|
$trigger_name='PROJECT_SENTBYMAIL';
|
||||||
$paramname='id';
|
$paramname='id';
|
||||||
$autocopy='MAIN_MAIL_AUTOCOPY_ORDER_TO'; // used to know the automatic BCC to add
|
$autocopy='MAIN_MAIL_AUTOCOPY_PROJECT_TO'; // used to know the automatic BCC to add
|
||||||
$trackid='proj'.$object->id;
|
$trackid='proj'.$object->id;
|
||||||
include DOL_DOCUMENT_ROOT.'/core/actions_sendmails.inc.php';
|
include DOL_DOCUMENT_ROOT.'/core/actions_sendmails.inc.php';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user