• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/conversion/quoteconversionconfig.php
  • Класс: Bitrix\Crm\Conversion\QuoteConversionConfig
  • Вызов: QuoteConversionConfig::__construct
public function __construct(array $options = null)
{
	parent::__construct($options);

	$this->srcEntityTypeID = \CCrmOwnerType::Quote;

	$this->addItem(new EntityConversionConfigItem(\CCrmOwnerType::Deal));
	$this->addItem(new EntityConversionConfigItem(\CCrmOwnerType::Invoice));

	$this->appendCustomRelations();
}