• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/provideraccountpay.php
  • Класс: BitrixSaleProviderAccountPay
  • Вызов: ProviderAccountPay::ReserveProduct
static function ReserveProduct($fields)
{
	$fields['QUANTITY_RESERVED'] = $fields['QUANTITY_ADD'];
	$fields['RESULT'] = true;
	return $fields;
}