File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Bundle/view/adminhtml/layout
Shipping/view/adminhtml/layout Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
9
<body >
10
10
<referenceBlock name =" shipment_items" >
11
- <block class =" Magento\Bundle\Block\Adminhtml\Sales\Order\Items\Renderer" as =" bundle" template =" sales/shipment/view/items/renderer.phtml" />
11
+ <block class =" Magento\Bundle\Block\Adminhtml\Sales\Order\Items\Renderer" name =" bundle" template =" sales/shipment/view/items/renderer.phtml" />
12
12
</referenceBlock >
13
13
</body >
14
14
</page >
Original file line number Diff line number Diff line change 14
14
<block class =" Magento\Sales\Block\Adminhtml\Order\View\Info" name =" order_info" template =" Magento_Sales::order/view/info.phtml" />
15
15
<block class =" Magento\Sales\Block\Adminhtml\Order\Payment" name =" order_payment" />
16
16
<block class =" Magento\Shipping\Block\Adminhtml\Create\Items" name =" order_items" template =" create/items.phtml" >
17
- <block class =" Magento\Sales\Block\Adminhtml\Items\Renderer\DefaultRenderer" as =" default" template =" Magento_Shipping::create/items/renderer/default.phtml" />
17
+ <block class =" Magento\Sales\Block\Adminhtml\Items\Renderer\DefaultRenderer" name =" default" template =" Magento_Shipping::create/items/renderer/default.phtml" />
18
18
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" Magento_Sales::items/column/qty.phtml" group =" column" />
19
19
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Name" name =" column_name" template =" Magento_Sales::items/column/name.phtml" group =" column" />
20
20
<block class =" Magento\Framework\View\Element\Text\ListText" name =" order_item_extra_info" />
You can’t perform that action at this time.
0 commit comments