• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::isAllowDelivery
public function isAllowDelivery()
{
	return $this->getField('ALLOW_DELIVERY') === "Y";
}