• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/propertyvaluebase.php
  • Класс: BitrixSalePropertyValueBase
  • Вызов: PropertyValueBase::extractDeliveryIdList
static function extractDeliveryIdList(Entity $order)
{
	return [(int)$order->getField('DELIVERY_ID')];
}