Skip to content

Commit e691d4d

Browse files
committed
MC-17330: Review Order For Multi-Address Checkout w/ FPT
1 parent 7ba6fb2 commit e691d4d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</td>
6666
<td class="col discount" data-th="<?= $block->escapeHtml(__('Discount Amount')) ?>">
6767
<?php if ($block->canShowPriceInfo($_item)) : ?>
68-
<?= $block->escapeHtml($block->getOrder()->formatPrice(-$_item->getDiscountAmount())) ?>
68+
<?= $block->escapeHtml($block->getOrder()->formatPrice(-$_item->getDiscountAmount()), ['span']) ?>
6969
<?php else : ?>
7070
&nbsp;
7171
<?php endif; ?>

0 commit comments

Comments
 (0)