mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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
|
||||
$now = dol_now();
|
||||
|
||||
print 'trackid = '.$object->trackid;
|
||||
if (isset($_SESSION['listofnames-'.$object->trackid])) {
|
||||
$attachs = $_SESSION['listofnames-'.$object->trackid];
|
||||
if ($attachs && strpos($action, 'SENTBYMAIL')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user