Fix: We should not load stock details at each product fetch

This commit is contained in:
Laurent Destailleur 2013-12-10 18:04:25 +01:00
parent ad420bbf42
commit a6b188ed93

View File

@ -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;
}