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.
1 parent 5993ee2 commit 799768dCopy full SHA for 799768d
app/code/Magento/Bundle/view/frontend/templates/sales/order/creditmemo/items/renderer.phtml
@@ -67,7 +67,7 @@
67
</td>
68
<td class="col discount" data-th="<?= $block->escapeHtml(__('Discount Amount')) ?>">
69
<?php if ($block->canShowPriceInfo($_item)) : ?>
70
- <?= $block->escapeHtml($block->getOrder()->formatPrice(-$_item->getDiscountAmount())) ?>
+ <?= $block->escapeHtml($block->getOrder()->formatPrice(-$_item->getDiscountAmount()), ['span']) ?>
71
<?php else : ?>
72
73
<?php endif; ?>
0 commit comments