Skip to content

Commit 5831ca1

Browse files
author
Sylvain Rayé
authored
Update adminhtml_order_shipment_new.xml
1 parent df69856 commit 5831ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/code/Magento/Shipping/view/adminhtml/layout/adminhtml_order_shipment_new.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<block class="Magento\Sales\Block\Adminhtml\Order\View\Info" name="order_info" template="Magento_Sales::order/view/info.phtml"/>
1515
<block class="Magento\Sales\Block\Adminhtml\Order\Payment" name="order_payment"/>
1616
<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" name="default" template="Magento_Shipping::create/items/renderer/default.phtml"/>
17+
<block class="Magento\Sales\Block\Adminhtml\Items\Renderer\DefaultRenderer" name="shipment_item_default" as="shipment_item_default" template="Magento_Shipping::create/items/renderer/default.phtml"/>
1818
<block class="Magento\Sales\Block\Adminhtml\Items\Column\Qty" name="column_qty" template="Magento_Sales::items/column/qty.phtml" group="column"/>
1919
<block class="Magento\Sales\Block\Adminhtml\Items\Column\Name" name="column_name" template="Magento_Sales::items/column/name.phtml" group="column"/>
2020
<block class="Magento\Framework\View\Element\Text\ListText" name="order_item_extra_info"/>

0 commit comments

Comments
 (0)