Add log for a test

This commit is contained in:
Laurent Destailleur 2020-11-08 12:56:53 +01:00
parent e103503bb1
commit 549b2eb99c

View File

@ -740,6 +740,7 @@ class InterfaceActionsAuto extends DolibarrTriggers
// Add entry in event table
$now = dol_now();
print 'trackid = '.$object->trackid;
if (isset($_SESSION['listofnames-'.$object->trackid])) {
$attachs = $_SESSION['listofnames-'.$object->trackid];
if ($attachs && strpos($action, 'SENTBYMAIL')) {