Skip to content

Commit

Permalink
ENGCOM-2572: [Backport] Credit memo email template file: fixing incor…
Browse files Browse the repository at this point in the history
…rect object type error #17224
  • Loading branch information
Stanislav Idolov authored Jul 30, 2018
2 parents 228dfc6 + ce5e870 commit 55a1b1c
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 55a1b1c

Please sign in to comment.