Skip to content

Commit 4a038fe

Browse files
jalogutihor-sviziev
authored andcommitted
Add missing block name to allow block customisation
(cherry picked from commit 50105b4)
1 parent 7f30f6c commit 4a038fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" label="Email Creditmemo Items List" design_abstraction="custom">
99
<body>
1010
<referenceBlock name="sales.email.order.renderers">
11-
<block class="Magento\Sales\Block\Order\Email\Items\Order\DefaultOrder" as="default" template="Magento_Sales::email/items/order/default.phtml"/>
11+
<block class="Magento\Sales\Block\Order\Email\Items\Order\DefaultOrder" name="sales.email.order.renderers.default" as="default" template="Magento_Sales::email/items/order/default.phtml"/>
1212
</referenceBlock>
1313
</body>
1414
</page>

0 commit comments

Comments
 (0)