Skip to content

Commit 02837f6

Browse files
committed
MC-42002: No option to return to stock when making credit memo [Documentation required]
1 parent ab59159 commit 02837f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Sales/_files/order_with_two_configurable_variations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373

7474
$orderConfigurableParentItem = clone $orderConfigurableItem;
7575
$orderConfigurableParentItem->setProductOptions(['info_buyRequest' => $info]);
76+
$orderConfigurableParentItem->setSku($simpleProduct->getSku());
7677
$configurableItems[] = $orderConfigurableParentItem;
7778
}
7879

0 commit comments

Comments
 (0)