Skip to content

Commit afb543f

Browse files
author
arosliuk
committed
Remove other branch changes
1 parent bc5dd14 commit afb543f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
<ul class="note-list">
7373
<?php foreach ($block->getOrder()->getStatusHistoryCollection(true) as $_item): ?>
7474
<li class="note-list-item">
75-
<span class="note-list-date"><?php /* @escapeNotVerified */ echo $block->formatDate($_item->getCreatedAt(), \IntlDateFormatter::MEDIUM) ?></span>
76-
<span class="note-list-time"><?php /* @escapeNotVerified */ echo $block->formatTime($_item->getCreatedAt(), \IntlDateFormatter::MEDIUM) ?></span>
75+
<span class="note-list-date"><?php /* @escapeNotVerified */ echo $block->formatDate($_item->getCreatedAtDate(), \IntlDateFormatter::MEDIUM) ?></span>
76+
<span class="note-list-time"><?php /* @escapeNotVerified */ echo $block->formatTime($_item->getCreatedAtDate(), \IntlDateFormatter::MEDIUM) ?></span>
7777
<span class="note-list-status"><?php /* @escapeNotVerified */ echo $_item->getStatusLabel() ?></span>
7878
<span class="note-list-customer">
7979
<?php /* @escapeNotVerified */ echo __('Customer') ?>

0 commit comments

Comments
 (0)