Skip to content

Commit a1a3c72

Browse files
committed
Merge commit 'refs/pull/5145/head' of https://github.com/magento/magento2 into MAGETWO-58941
2 parents 8931b9c + 129b275 commit a1a3c72

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)