|
@@ -723,8 +723,8 @@ class InterfaceActionsAuto
|
|
|
$actioncomm->contact = $contactforaction;
|
|
|
$actioncomm->societe = $societeforaction;
|
|
|
$actioncomm->author = $user; // User saving action
|
|
|
- //$actioncomm->usertodo = $user; // User affected to action
|
|
|
- $actioncomm->userdone = $user; // User doing action
|
|
|
+ $actioncomm->usertodo = $user; // User action is assigned to (owner of action)
|
|
|
+ $actioncomm->userdone = $user; // User doing action (deprecated, not used anymore)
|
|
|
|
|
|
$actioncomm->fk_element = $object->id;
|
|
|
$actioncomm->elementtype = $object->element;
|