Add log for a test
This commit is contained in:
parent
e103503bb1
commit
549b2eb99c
@ -740,6 +740,7 @@ class InterfaceActionsAuto extends DolibarrTriggers
|
|||||||
// Add entry in event table
|
// Add entry in event table
|
||||||
$now = dol_now();
|
$now = dol_now();
|
||||||
|
|
||||||
|
print 'trackid = '.$object->trackid;
|
||||||
if (isset($_SESSION['listofnames-'.$object->trackid])) {
|
if (isset($_SESSION['listofnames-'.$object->trackid])) {
|
||||||
$attachs = $_SESSION['listofnames-'.$object->trackid];
|
$attachs = $_SESSION['listofnames-'.$object->trackid];
|
||||||
if ($attachs && strpos($action, 'SENTBYMAIL')) {
|
if ($attachs && strpos($action, 'SENTBYMAIL')) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user