Skip to content

Commit

Permalink
Merge forwardport of #11297 to 2.3-develop branch
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
magento-engcom-team authored Jan 23, 2018
2 parents d5067cf + 3238020 commit baf146c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
</td>
<td class="item-qty"><?= /* @escapeNotVerified */ $_item->getQty() * 1 ?></td>
<td class="item-price">
<?= /* @escapeNotVerified */ $block->getItemPrice($_item) ?>
<?= /* @escapeNotVerified */ $block->getItemPrice($_item->getOrderItem()) ?>
</td>
</tr>

0 comments on commit baf146c

Please sign in to comment.