diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 40b6a2cfdd0..aba63503731 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -1347,7 +1347,8 @@ class Product extends CommonObject } } - $res=$this->load_stock(); + // We should not load stock at each fetch + //$res=$this->load_stock(); return $res; }