• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/helpers/admin/blocks/ordershipment.php
  • Класс: BitrixSaleHelpersAdminBlocksOrderShipment
  • Вызов: OrderShipment::getImgDeliveryServiceList
static function getImgDeliveryServiceList($items)
{
	$srcList = array();
	foreach ($items as $item)
		$srcList[$item['ID']] = $item['LOGOTIP'];
	return $srcList;
}