Skip to content

Commit a94cc68

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 10b2639 commit a94cc68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/Catalog/Model/Product/Attribute/Backend/GroupPrice/AbstractGroupPrice.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,6 @@ protected function modifyPriceData($object, $data)
375375
*
376376
* @param \Magento\Catalog\Model\Product $object
377377
* @return $this
378-
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
379-
* @SuppressWarnings(PHPMD.NPathComplexity)
380-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
381378
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
382379
*/
383380
public function afterSave($object)

0 commit comments

Comments
 (0)