• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::isCustomPrice
public function isCustomPrice()
{
	return $this->isMarkedFieldCustom('PRICE_DELIVERY');
}