Skip to content

Commit

Permalink
ENGCOM-3720: Fix negative credit memo #19899 #19900
Browse files Browse the repository at this point in the history
 - Merge Pull Request #19900 from wojtekn/magento2:fix_negative_credit_memo
 - Merged commits:
   1. e840e41
   2. 4a77f29
   3. 5b4fdca
  • Loading branch information
magento-engcom-team committed Dec 21, 2018
2 parents f8d8a68 + 5b4fdca commit f846f72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Sales/Model/Order/CreditmemoFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ protected function initData($creditmemo, $data)
}

/**
* Calculate product options.
*
* @param Item $orderItem
* @param int $parentQty
* @return int
Expand Down

0 comments on commit f846f72

Please sign in to comment.