Skip to content

Commit

Permalink
admin-order-info-issue2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipti 2Jcommerce committed Jan 25, 2019
1 parent 523a83e commit 7bf7ce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $customerUrl = $block->getCustomerViewUrl();
<?php if ($order->getBaseCurrencyCode() != $order->getOrderCurrencyCode()): ?>
<tr>
<th><?= $block->escapeHtml(__('%1 / %2 rate:', $order->getOrderCurrencyCode(), $order->getBaseCurrencyCode())) ?></th>
<th><?= $block->escapeHtml($order->getBaseToOrderRate()) ?></th>
<td><?= $block->escapeHtml($order->getBaseToOrderRate()) ?></td>
</tr>
<?php endif; ?>
</table>
Expand Down

0 comments on commit 7bf7ce1

Please sign in to comment.