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