Skip to content

Commit 7bf7ce1

Browse files
author
Dipti 2Jcommerce
committed
admin-order-info-issue2.2
1 parent 523a83e commit 7bf7ce1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/view

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/view/info.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $customerUrl = $block->getCustomerViewUrl();
104104
<?php if ($order->getBaseCurrencyCode() != $order->getOrderCurrencyCode()): ?>
105105
<tr>
106106
<th><?= $block->escapeHtml(__('%1 / %2 rate:', $order->getOrderCurrencyCode(), $order->getBaseCurrencyCode())) ?></th>
107-
<th><?= $block->escapeHtml($order->getBaseToOrderRate()) ?></th>
107+
<td><?= $block->escapeHtml($order->getBaseToOrderRate()) ?></td>
108108
</tr>
109109
<?php endif; ?>
110110
</table>

0 commit comments

Comments
 (0)