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