• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/helpers/admin/blocks/ordershipmentstatus.php
  • Класс: BitrixSaleHelpersAdminBlocksOrderShipmentStatus
  • Вызов: OrderShipmentStatus::getEdit
static function getEdit($shipment, $index = 0)
{
	$data = self::prepareData($shipment);

	return self::getEditTemplate($data, ++$index);
}