We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb557b commit 0e40a60Copy full SHA for 0e40a60
app/code/Magento/Bundle/view/adminhtml/layout/adminhtml_order_shipment_view.xml
@@ -8,7 +8,7 @@
8
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9
<body>
10
<referenceBlock name="shipment_items">
11
- <block class="Magento\Bundle\Block\Adminhtml\Sales\Order\Items\Renderer" name="bundle" template="sales/shipment/view/items/renderer.phtml"/>
+ <block class="Magento\Bundle\Block\Adminhtml\Sales\Order\Items\Renderer" name="shipment_item_bundle" as="shipment_item_bundle" template="sales/shipment/view/items/renderer.phtml"/>
12
</referenceBlock>
13
</body>
14
</page>
0 commit comments