Skip to content

Commit eddc8d4

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-992 Allow Multiple Boxes for Shipping attribute is not saving value - Product Edit
1 parent cf1f778 commit eddc8d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/StockDataFilter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public function filter(array $stockData)
6767
if (!isset($stockData['is_decimal_divided']) || $stockData['is_qty_decimal'] == 0) {
6868
$stockData['is_decimal_divided'] = 0;
6969
}
70+
7071
return $stockData;
7172
}
7273
}

0 commit comments

Comments
 (0)