• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/poolquantity.php
  • Класс: BitrixSaleInternalsPoolQuantity
  • Вызов: PoolQuantity::getQuantitiesWithStore
public function getQuantitiesWithStore($type)
{
	$pool = $this->getByType($type);
	return $pool->getQuantitiesWithStore();
}