Exemplo n.º 1
0
 /**
  * @since version 0.84
  *
  * @see CommonDBTM::getPreAdditionalInfosForName
  **/
 function getPreAdditionalInfosForName()
 {
     $ci = new ConsumableItem();
     if ($ci->getFromDB($this->fields['consumableitems_id'])) {
         return $ci->getName();
     }
     return '';
 }