• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/pool.php
  • Класс: BitrixSaleInternalsPool
  • Вызов: Pool::deleteByStore
public function deleteByStore($code, $storeId)
{
	if (isset($this->quantities[$code][$storeId]))
	{
		unset($this->quantities[$code][$storeId]);
	}
}