File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/view Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ $orderStoreDate = $block->formatDate(
90
90
<?php if ($ _order ->getRemoteIp () && $ block ->shouldDisplayCustomerIp ()): ?>
91
91
<tr>
92
92
<th><?php /* @escapeNotVerified */ echo __ ('Placed from IP ' ) ?> </th>
93
- <td><?php /* @escapeNotVerified */ echo $ block ->escapeHtml ($ _order ->getRemoteIp ()); echo ($ _order ->getXForwardedFor ()) ? ' ( ' . $ block ->escapeHtml ($ _order ->getXForwardedFor ()) . ') ' : '' ; ?> </td>
93
+ <td><?php echo $ block ->escapeHtml ($ _order ->getRemoteIp ()); echo ($ _order ->getXForwardedFor ()) ? ' ( ' . $ block ->escapeHtml ($ _order ->getXForwardedFor ()) . ') ' : '' ; ?> </td>
94
94
</tr>
95
95
<?php endif ; ?>
96
96
<?php if ($ _order ->getGlobalCurrencyCode () != $ _order ->getBaseCurrencyCode ()): ?>
You can’t perform that action at this time.
0 commit comments