• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipmentitemstore.php
  • Класс: BitrixSaleShipmentItemStore
  • Вызов: ShipmentItemStore::getQuantity
public function getQuantity() : float
{
	return (float)$this->getField('QUANTITY');
}