// replace all uses of "combinaison" by "combination"

This commit is contained in:
tDidierjean
2012-02-17 15:03:56 +00:00
parent c309ff14e5
commit 2a1a47b5f6
11 changed files with 49 additions and 50 deletions
+2 -2
View File
@@ -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
*/