Skip to content

Commit

Permalink
change block name shipment item renderer bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Rayé authored Feb 3, 2017
1 parent dcb557b commit 0e40a60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="shipment_items">
<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"/>
</referenceBlock>
</body>
</page>

0 comments on commit 0e40a60

Please sign in to comment.