Skip to content

Commit

Permalink
MAGETWO-81340: Fix for issue #5105 - Error While send Invoice with Gr…
Browse files Browse the repository at this point in the history
…ouped Products #11297
  • Loading branch information
Oleksii Korshenko authored Oct 11, 2017
2 parents 7e63f29 + b5dab8c commit 104e201
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 104e201

Please sign in to comment.