• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/automation/trigger/resourcebookingtrigger.php
  • Класс: Bitrix\Crm\Automation\Trigger\ResourceBookingTrigger
  • Вызов: ResourceBookingTrigger::isSupported
static function isSupported($entityTypeId)
{
	if ($entityTypeId === \CCrmOwnerType::Quote || $entityTypeId === \CCrmOwnerType::SmartInvoice)
	{
		return false;
	}

	return parent::isSupported($entityTypeId);
}