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 ab188bc commit 62fed32Copy full SHA for 62fed32
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->getOrderItem()) ?>
+ <?= /* @escapeNotVerified */ $block->getItemPrice($_item) ?>
35
36
</tr>
0 commit comments