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