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