Skip to content

Commit

Permalink
Credit memo email template file: fixing incorrect object type error
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMaxwell authored Jun 27, 2018
1 parent 95626aa commit 9e08ca0
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 9e08ca0

Please sign in to comment.