Skip to content

Commit b792752

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-99027: Customizable Option Price input is not saved on Store View level when Catalog Price Scope set to Global
1 parent 769b5ce commit b792752

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Product/Option

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Option/Value.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* Catalog product custom option resource model
2424
*
25-
* @author Magento Core Team <[email protected]>
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2626
*/
2727
class Value extends AbstractDb
2828
{

0 commit comments

Comments
 (0)