Skip to content

Commit baf146c

Browse files
Merge forwardport of #11297 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/11297.patch (created by @michielgerritsen) based on commit(s): 1. 60d6628 Fixed GitHub Issues in 2.3-develop branch: - #5105: Error While send Invoice with Grouped Products (reported by @srbarba)
2 parents d5067cf + 3238020 commit baf146c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/view/frontend/templates/email/items/invoice

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/frontend/templates/email/items/invoice/default.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
</td>
3232
<td class="item-qty"><?= /* @escapeNotVerified */ $_item->getQty() * 1 ?></td>
3333
<td class="item-price">
34-
<?= /* @escapeNotVerified */ $block->getItemPrice($_item) ?>
34+
<?= /* @escapeNotVerified */ $block->getItemPrice($_item->getOrderItem()) ?>
3535
</td>
3636
</tr>

0 commit comments

Comments
 (0)