Skip to content

Commit 31ef470

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 4e196be commit 31ef470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ private function prepareOriginalDataToCompare($origPrices, $isGlobal = true): ar
281281
}
282282

283283
/**
284-
* @param array|null $priceRows
284+
* @param array $priceRows
285285
* @param bool $isGlobal
286286
* @return array
287287
* @throws \Magento\Framework\Exception\LocalizedException

0 commit comments

Comments
 (0)