commit
73be66ac5b
@ -1616,8 +1616,8 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon = '', $noprin
|
|||||||
|
|
||||||
'contact_id'=>$obj->fk_contact,
|
'contact_id'=>$obj->fk_contact,
|
||||||
'socpeopleassigned' => $contactaction->socpeopleassigned,
|
'socpeopleassigned' => $contactaction->socpeopleassigned,
|
||||||
'lastname'=>$obj->lastname,
|
'lastname' => empty($obj->lastname) ? '' : $obj->lastname,
|
||||||
'firstname'=>$obj->firstname,
|
'firstname' => empty($obj->firstname) ? '' : $obj->firstname,
|
||||||
'fk_element'=>$obj->fk_element,
|
'fk_element'=>$obj->fk_element,
|
||||||
'elementtype'=>$obj->elementtype,
|
'elementtype'=>$obj->elementtype,
|
||||||
// Type of event
|
// Type of event
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user