Skip to content

Commit 9531261

Browse files
committed
MAGETWO-83706: Scheduled Update to existing Group Price / Special Price removes the previously configured price, or results in changes not being saved
1 parent 5fa52a8 commit 9531261

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/attribute_set_with_product.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@
1414
$product = $productRepository->get('simple', true, null, true);
1515
$product->setAttributeSetId($attributeSet->getId());
1616
$productRepository->save($product);
17-
1817
} catch (\Magento\Framework\Exception\NoSuchEntityException $e) {
1918
}
20-

0 commit comments

Comments
 (0)