Add log
Conflicts: htdocs/core/actions_massactions.inc.php
This commit is contained in:
parent
294107bba0
commit
2b0240a1e2
@ -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