Skip to content

Commit 38ecb6e

Browse files
committed
MAGETWO-59074: Creditmemo return to stock only one unit of configurable product
1 parent daf307f commit 38ecb6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/SalesInventory/Observer/RefundOrderInventoryObserver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ class RefundOrderInventoryObserver implements ObserverInterface
5050
private $orderRepository;
5151

5252
/**
53+
* RefundOrderInventoryObserver constructor.
5354
* @param StockConfigurationInterface $stockConfiguration
5455
* @param StockManagementInterface $stockManagement
5556
* @param \Magento\CatalogInventory\Model\Indexer\Stock\Processor $stockIndexerProcessor
5657
* @param \Magento\Catalog\Model\Indexer\Product\Price\Processor $priceIndexer
58+
* @param \Magento\Framework\App\ObjectManager $returnProcessor
5759
*/
5860
public function __construct(
5961
StockConfigurationInterface $stockConfiguration,

0 commit comments

Comments
 (0)