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