...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/controller/tooltip.php
- Класс: Bitrix\Crm\Controller\Tooltip
- Вызов: Tooltip::getOpportunity
private function getOpportunity(): ?string
{
if($this->item->getOpportunity())
{
return '
' . Loc::getMessage('CRM_TYPE_ITEM_FIELD_OPPORTUNITY') . ':
' . $this->item->getOpportunity() . '
';
}
return null;
}