Skip to content

Commit 65114d3

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-58941' into PR-develop
2 parents e4ced7a + a1a3c72 commit 65114d3

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogInventory/Model/Stock

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Model/Stock/Status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function getWebsiteId()
100100
*/
101101
public function getStockId()
102102
{
103-
return $this->getData(self::KEY_WEBSITE_ID);
103+
return $this->getData(self::KEY_STOCK_ID);
104104
}
105105

106106
/**

0 commit comments

Comments
 (0)