• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/provider/call.php
  • Класс: Bitrix\Crm\Activity\Provider\Call
  • Вызов: Call::isTypeEditable
static function isTypeEditable($providerTypeId = null, $direction = \CCrmActivityDirection::Undefined)
{
	if ($providerTypeId === static::ACTIVITY_PROVIDER_TYPE_CALL)
	{
		return true;
	}

	return false;
}