• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/document/action/store/decreasestorequantityaction.php
  • Класс: BitrixCatalogDocumentActionStoreDecreaseStoreQuantityAction
  • Вызов: DecreaseStoreQuantityAction::getProductAmountNew
protected function getProductAmountNew(): float
{
	return $this->getStoreProductAmount() - $this->amount;
}