Skip to content

Commit 9389dad

Browse files
author
Yurii Hryhoriev
committed
MAGETWO-56054: [GitHub] Admin >New order: 'Recently Viewed Products' has 0 price value #5810
- statics fix
1 parent 34f3520 commit 9389dad

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/create/sidebar/items.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<?php endif; ?>
6767

6868
<?php if ($block->canDisplayPrice()): ?>
69-
<td class="col-price"><?php echo $block->getItemPrice($_item) ?></td>
69+
<td class="col-price"><?php /* @noEscape */ echo $block->getItemPrice($_item) ?></td>
7070
<?php endif; ?>
7171

7272
<?php if ($block->canRemoveItems()): ?>

0 commit comments

Comments
 (0)