• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_catalog.php
  • Класс: \CAllCrmCatalog
  • Вызов: CAllCrmCatalog::GetCatalogTypeID
static function GetCatalogTypeID()
{
	$result = COption::GetOptionString('crm', 'product_catalog_type_id', '');
	return isset($result[0]) ? $result : self::CATALOG_TYPE_ID;
}