We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96bf2f5 + ce46d23 commit a9eb7d8Copy full SHA for a9eb7d8
app/code/Magento/Bundle/view/adminhtml/templates/sales/order/view/items/renderer.phtml
@@ -154,7 +154,7 @@
154
</td>
155
<td class="col-discont">
156
<?php if ($block->canShowPriceInfo($_item)) : ?>
157
- <?= $block->escapeHtml($block->displayPriceAttribute('discount_amount')) ?>
+ <?= /* @noEscape */ $block->displayPriceAttribute('discount_amount') ?>
158
<?php else : ?>
159
160
<?php endif; ?>
0 commit comments