Skip to content

Commit a9eb7d8

Browse files
authored
Merge pull request #4452 from magento-borg/borg-pr-2.3-develop
[borg] bug fixes
2 parents 96bf2f5 + ce46d23 commit a9eb7d8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/view/adminhtml/templates/sales/order/view/items

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/view/adminhtml/templates/sales/order/view/items/renderer.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</td>
155155
<td class="col-discont">
156156
<?php if ($block->canShowPriceInfo($_item)) : ?>
157-
<?= $block->escapeHtml($block->displayPriceAttribute('discount_amount')) ?>
157+
<?= /* @noEscape */ $block->displayPriceAttribute('discount_amount') ?>
158158
<?php else : ?>
159159
&nbsp;
160160
<?php endif; ?>

0 commit comments

Comments
 (0)