Add log
This commit is contained in:
parent
eda3a5bc8c
commit
ac7e759c17
@ -423,6 +423,8 @@ if (! $error && $massaction == 'confirm_presend')
|
|||||||
// Insert logs into agenda
|
// Insert logs into agenda
|
||||||
foreach($listofqualifiedobj as $objid => $objectobj)
|
foreach($listofqualifiedobj as $objid => $objectobj)
|
||||||
{
|
{
|
||||||
|
dol_syslog("Try to insert email event into agenda for objid=".$objid." => objectobj=".get_class($objectobj));
|
||||||
|
|
||||||
/*if ($objectclass == 'Propale') $actiontypecode='AC_PROP';
|
/*if ($objectclass == 'Propale') $actiontypecode='AC_PROP';
|
||||||
if ($objectclass == 'Commande') $actiontypecode='AC_COM';
|
if ($objectclass == 'Commande') $actiontypecode='AC_COM';
|
||||||
if ($objectclass == 'Facture') $actiontypecode='AC_FAC';
|
if ($objectclass == 'Facture') $actiontypecode='AC_FAC';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user