• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/providerbase.php
  • Класс: BitrixSaleProviderBase
  • Вызов: ProviderBase::getReservationPool
static function getReservationPool($key)
{
	$pool = InternalsPoolQuantity::getInstance($key);
	return $pool->getByType(InternalsPoolQuantity::POOL_RESERVE_TYPE);
}