// StockManager: fixed

This commit is contained in:
bMancone
2011-12-20 13:51:05 +00:00
parent 1322bf99fe
commit e33326c990
+1
View File
@@ -232,6 +232,7 @@ class StockManagerCore implements StockManagerInterface
return $return;
$stock_collection = $this->getStockCollection($id_product, $id_product_attribute, $warehouse->id);
$stock_collection->getAll();
// check if the collection is loaded
if (count($stock_collection) <= 0)