Fix bad constant MAIN_MAIL_AUTOCOPY into email form of project page.
This commit is contained in:
parent
5253c759af
commit
899f41d68c
@ -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