Skip to content

Commit

Permalink
MAGETWO-56054: [GitHub] Admin >New order: 'Recently Viewed Products' …
Browse files Browse the repository at this point in the history
…has 0 price value #5810

- statics fix
  • Loading branch information
Yurii Hryhoriev committed Sep 6, 2016
1 parent 34f3520 commit 9389dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<?php endif; ?>

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

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

0 comments on commit 9389dad

Please sign in to comment.