Skip to content

Commit 2579722

Browse files
MAGETWO-82759: Fixed order items list for order printing #11631
2 parents e2bcb1f + ac77260 commit 2579722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/frontend/layout/sales_order_print.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</referenceContainer>
1818
<referenceContainer name="content">
1919
<block class="Magento\Sales\Block\Order\PrintShipment" name="sales.order.print" template="order/view.phtml">
20-
<block class="Magento\Sales\Block\Order\PrintShipment" name="order_items" template="order/items.phtml">
20+
<block class="Magento\Sales\Block\Order\Items" name="order_items" template="order/items.phtml">
2121
<block class="Magento\Framework\View\Element\RendererList" name="sales.order.print.renderers" as="renderer.list" />
2222
<block class="Magento\Sales\Block\Order\Totals" name="order_totals" template="order/totals.phtml">
2323
<arguments>

0 commit comments

Comments
 (0)