• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/automatic_profile.php
  • Класс: BitrixSaleDeliveryServicesAutomaticProfile
  • Вызов: AutomaticProfile::getAdditionalInfoShipmentView
public function getAdditionalInfoShipmentView(Shipment $shipment)
{
	return $this->parentAutomatic->getAdditionalInfoShipmentView($shipment);
}