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 f06f52c + 9c4dfbd commit ce5e870Copy full SHA for ce5e870
app/code/Magento/Sales/view/frontend/templates/email/items/creditmemo/default.phtml
@@ -31,6 +31,6 @@
31
</td>
32
<td class="item-qty"><?= /* @escapeNotVerified */ $_item->getQty() * 1 ?></td>
33
<td class="item-price">
34
- <?= /* @escapeNotVerified */ $block->getItemPrice($_item); ?>
+ <?= /* @escapeNotVerified */ $block->getItemPrice($_item->getOrderItem()) ?>
35
36
</tr>
0 commit comments