Skip to content

Commit

Permalink
fix static tests fails
Browse files Browse the repository at this point in the history
update


update


fix static test
  • Loading branch information
Tu Nguyen committed Jun 20, 2020
1 parent f35fb2b commit add79e6
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
<?php foreach ($block->getShipmentsCollection() as $shipment): ?>
<div class="order-details-items shipments">
<div class="order-title">
<strong><?= $escaper->escapeHtml(
__(
'Shipment #%1',
$block->getObjectData($shipment, 'increment_id')
)
) ?></strong>
<strong>
<?= $escaper->escapeHtml(
__(
'Shipment #%1',
$block->getObjectData($shipment, 'increment_id')
)
) ?>
</strong>
</div>
<div class="table-wrapper order-items-shipment">
<table class="data table table-order-items shipment"
Expand Down

0 comments on commit add79e6

Please sign in to comment.