• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/extra_services/base.php
  • Класс: BitrixSaleDeliveryExtraServicesBase
  • Вызов: Base::getCostShipment
public function getCostShipment(Shipment $shipment = null)
{
	return $this->getCost();
}