mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #20369 from aspangaro/14p34
FIX Reception - Error on trackid
This commit is contained in:
commit
d9907fe074
|
|
@ -679,7 +679,7 @@ if (empty($reshook)) {
|
|||
$triggersendname = 'RECEPTION_SENTBYMAIL';
|
||||
$paramname = 'id';
|
||||
$mode = 'emailfromreception';
|
||||
$trackid = 'shi'.$object->id;
|
||||
$trackid = 'rec'.$object->id;
|
||||
include DOL_DOCUMENT_ROOT.'/core/actions_sendmails.inc.php';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user