Skip to content

Commit 10b2639

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 821c709 commit 10b2639

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/Product/Attribute/Backend/TierPrice

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Attribute/Backend/TierPrice/SaveHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function __construct(
7272
* @return \Magento\Catalog\Api\Data\ProductInterface|object
7373
* @throws \Magento\Framework\Exception\NoSuchEntityException
7474
* @throws \Magento\Framework\Exception\LocalizedException
75-
* @throws \Magento\Framework\Exception\RuntimeException
75+
* @throws \Magento\Framework\Exception\InputException
7676
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
7777
*/
7878
public function execute($entity, $arguments = [])

0 commit comments

Comments
 (0)