Skip to content

Commit

Permalink
ENGCOM-2496: [Forwardport] Credit memo email template file: fixing in…
Browse files Browse the repository at this point in the history
…correct object type error #17055
  • Loading branch information
Stanislav Idolov authored Jul 25, 2018
2 parents 25d2ffb + 3c3b200 commit 232de8c
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 232de8c

Please sign in to comment.