Skip to content

Commit ce6d85c

Browse files
author
Bryant Luk
committed
Merge remote-tracking branch 'api/MAGETWO-35042-Error-on-loading-email-template-for-New-Shipment' into Bug-Fixes
2 parents f16bde2 + 1d2441f commit ce6d85c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Sales/view/email/shipment_new.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"var order.shipping_address.format('html')":"Shipping Address",
2020
"var order.shipping_description":"Shipping Description",
2121
"layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
22-
"block type='Magento\Framework\View\Element\Template' area='frontend' template='email/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
22+
"block type='Magento\\Framework\\View\\Element\\Template' area='frontend' template='email/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
2323
"var comment":"Shipment Comment"}
2424
@-->
2525
<!--@styles

app/code/Magento/Sales/view/email/shipment_new_guest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"var order.shipping_address.format('html')":"Shipping Address",
1919
"var order.shipping_description":"Shipping Description",
2020
"layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
21-
"block type='Magento\Framework\View\Element\Template' area='frontend' template='email/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
21+
"block type='Magento\\Framework\\View\\Element\\Template' area='frontend' template='email/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
2222
"var comment":"Shipment Comment"}
2323
@-->
2424
<!--@styles

0 commit comments

Comments
 (0)