File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Shipping/view/frontend/templates/tracking Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $track = $block->getData('track');
23
23
</thead>
24
24
<tbody>
25
25
<?php foreach ($ track ->getProgressdetail () as $ detail ): ?>
26
- <?php $ detailDate = (!empty ($ detail ['deliverydate ' ]) ? $ parentBlock ->formatDeliveryDate ($ detail ['deliverydate ' ]) : '' ); ?>
26
+ <?php $ detailDate = (!empty ($ detail ['deliverydate ' ]) ? $ parentBlock ->formatDeliveryDate ($ detail ['deliverydate ' ] . ' ' . $ detail [ ' deliverytime ' ] ) : '' ); ?>
27
27
<?php $ detailTime = (!empty ($ detail ['deliverytime ' ]) ? $ parentBlock ->formatDeliveryTime ($ detail ['deliverytime ' ], $ detail ['deliverydate ' ]) : '' ); ?>
28
28
<tr>
29
29
<td data-th="<?= $ block ->escapeHtml (__ ('Location ' )) ?> " class="col location">
You can’t perform that action at this time.
0 commit comments