Skip to content

Commit 20b8d05

Browse files
committed
Merge branch 'B2B-271-2.4' into B2B-284-271
2 parents 67fe58f + 3b27be6 commit 20b8d05

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Sales/view/frontend/templates/order

1 file changed

+0
-2
lines changed

app/code/Magento/Sales/view/frontend/templates/order/history.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<th scope="col" class="col id"><?= $block->escapeHtml(__('Order #')) ?></th>
2020
<th scope="col" class="col date"><?= $block->escapeHtml(__('Date')) ?></th>
2121
<?= $block->getChildHtml('extra.column.header') ?>
22-
<th scope="col" class="col shipping"><?= $block->escapeHtml(__('Ship To')) ?></th>
2322
<th scope="col" class="col total"><?= $block->escapeHtml(__('Order Total')) ?></th>
2423
<th scope="col" class="col status"><?= $block->escapeHtml(__('Status')) ?></th>
2524
<th scope="col" class="col actions"><?= $block->escapeHtml(__('Action')) ?></th>
@@ -35,7 +34,6 @@
3534
<?php $extra->setOrder($_order); ?>
3635
<?= $extra->getChildHtml() ?>
3736
<?php endif; ?>
38-
<td data-th="<?= $block->escapeHtml(__('Ship To')) ?>" class="col shipping"><?= $_order->getShippingAddress() ? $block->escapeHtml($_order->getShippingAddress()->getName()) : '&nbsp;' ?></td>
3937
<td data-th="<?= $block->escapeHtml(__('Order Total')) ?>" class="col total"><?= /* @noEscape */ $_order->formatPrice($_order->getGrandTotal()) ?></td>
4038
<td data-th="<?= $block->escapeHtml(__('Status')) ?>" class="col status"><?= $block->escapeHtml($_order->getStatusLabel()) ?></td>
4139
<td data-th="<?= $block->escapeHtml(__('Actions')) ?>" class="col actions">

0 commit comments

Comments
 (0)