• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/Access/Component/PermissionConfig.php
  • Класс: BitrixCatalogAccessComponentPermissionConfig
  • Вызов: PermissionConfig::getReservationSection
private function getReservationSection(): array
{
	$result = [];

	if (Loader::includeModule('crm'))
	{
		$result[] = PermissionDictionary::CATALOG_RESERVE_DEAL;
	}

	// TODO: now - not used, maybe in future.
	//$result[] = PermissionDictionary::CATALOG_STORE_RESERVE;

	return $result;
}