Fix ident

This commit is contained in:
Laurent Destailleur 2019-05-23 14:30:34 +02:00
parent ba7b601387
commit cc971f4204

View File

@ -274,7 +274,6 @@ function getActionComm($authentication, $id)
$result=$actioncomm->fetch($id); $result=$actioncomm->fetch($id);
if ($result > 0) if ($result > 0)
{ {
$actioncomm_result_fields=array( $actioncomm_result_fields=array(
'id' => $actioncomm->id, 'id' => $actioncomm->id,
'ref'=> $actioncomm->ref, 'ref'=> $actioncomm->ref,
@ -299,7 +298,8 @@ function getActionComm($authentication, $id)
'contactid'=> $actioncomm->contactid, 'contactid'=> $actioncomm->contactid,
'projectid'=> $actioncomm->fk_project, 'projectid'=> $actioncomm->fk_project,
'fk_element'=> $actioncomm->fk_element, 'fk_element'=> $actioncomm->fk_element,
'elementtype'=> $actioncomm->elementtype); 'elementtype'=> $actioncomm->elementtype
);
// Retreive all extrafield for actioncomm // Retreive all extrafield for actioncomm
// fetch optionals attributes and labels // fetch optionals attributes and labels