// replace all uses of "combinaison" by "combination"
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13437 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -159,10 +159,10 @@ class AttributeCore extends ObjectModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Get quantity for a given attribute combinaison
|
||||
* Get quantity for a given attribute combination
|
||||
* Check if quantity is enough to deserve customer
|
||||
*
|
||||
* @param integer $id_product_attribute Product attribute combinaison id
|
||||
* @param integer $id_product_attribute Product attribute combination id
|
||||
* @param integer $qty Quantity needed
|
||||
* @return boolean Quantity is available or not
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user