• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/conversion/quoteconverter.php
  • Класс: Bitrix\Crm\Conversion\QuoteConverter
  • Вызов: QuoteConverter::getSupportedDestinationTypeIDs
public function getSupportedDestinationTypeIDs()
{
	return array(\CCrmOwnerType::Deal, \CCrmOwnerType::Invoice);
}