Skip to content

Commit 6b5329b

Browse files
committed
Fixed order items list on order printing
1 parent 426e4c1 commit 6b5329b

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)