Fix : Add extrafields on API "get events list"
This commit is contained in:
parent
68bc85124b
commit
9d89e48d15
@ -171,6 +171,7 @@ class AgendaEvents extends DolibarrApi
|
|||||||
$obj = $db->fetch_object($result);
|
$obj = $db->fetch_object($result);
|
||||||
$actioncomm_static = new ActionComm($db);
|
$actioncomm_static = new ActionComm($db);
|
||||||
if ($actioncomm_static->fetch($obj->rowid)) {
|
if ($actioncomm_static->fetch($obj->rowid)) {
|
||||||
|
$actioncomm_static->fetch_optionals();
|
||||||
$obj_ret[] = $this->_cleanObjectDatas($actioncomm_static);
|
$obj_ret[] = $this->_cleanObjectDatas($actioncomm_static);
|
||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user