• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/rest/externalchannelimport.php
  • Класс: Bitrix\Crm\Rest\CCrmExternalChannelImport
  • Вызов: CCrmExternalChannelImport::licenceIsRestricted
protected function licenceIsRestricted()
{
	$r = false;
	if (\CModule::IncludeModule('bitrix24'))
	{
		$r = in_array(\CBitrix24::getLicenseType(), array('project', 'tf'));
	}
	return $r;
}