We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35fb2b commit add79e6Copy full SHA for add79e6
app/code/Magento/Sales/view/frontend/templates/order/print/shipment.phtml
@@ -14,12 +14,14 @@
14
<?php foreach ($block->getShipmentsCollection() as $shipment): ?>
15
<div class="order-details-items shipments">
16
<div class="order-title">
17
- <strong><?= $escaper->escapeHtml(
18
- __(
19
- 'Shipment #%1',
20
- $block->getObjectData($shipment, 'increment_id')
21
- )
22
- ) ?></strong>
+ <strong>
+ <?= $escaper->escapeHtml(
+ __(
+ 'Shipment #%1',
+ $block->getObjectData($shipment, 'increment_id')
+ )
23
+ ) ?>
24
+ </strong>
25
</div>
26
<div class="table-wrapper order-items-shipment">
27
<table class="data table table-order-items shipment"
0 commit comments