• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::isPriceField
protected function isPriceField(string $name) : bool
{
	return
		$name === 'BASE_PRICE_DELIVERY'
		|| $name === 'PRICE_DELIVERY'
		|| $name === 'DISCOUNT_PRICE'
	;
}