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