// Add more informations on deprecated data

This commit is contained in:
rMalie
2012-01-26 14:10:31 +00:00
parent d40b9ff4af
commit 8783fc2f83
44 changed files with 127 additions and 30 deletions
+1 -5
View File
@@ -177,11 +177,7 @@ class AttributeCore extends ObjectModel
}
/**
* Get quantity for product with attributes quantity
*
* @deprecated since 1.5.0, use Product->getStock()
* @param integer $id_product
* @return mixed Quantity or false
* @deprecated 1.5.0, use StockAvailable::getQuantityAvailableByProduct()
*/
public static function getAttributeQty($id_product)
{