• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::saveExtraServices
protected function saveExtraServices()
{
	return DeliveryExtraServicesManager::saveValuesForShipment($this->getId(), $this->getExtraServices());
}