• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discount.php
  • Класс: BitrixSaleDiscount
  • Вызов: Discount::resetDeliveryPrices
protected function resetDeliveryPrices()
{
	if ($this->orderData['CUSTOM_PRICE_DELIVERY'] !== 'N')
		return;
	$this->orderData['PRICE_DELIVERY'] = $this->orderData['BASE_PRICE_DELIVERY'];
	$this->orderData['PRICE_DELIVERY_DIFF'] = 0;
}