[-] BO : #PSTEST-401 - Bug Fixed in SVN
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12322 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -371,7 +371,7 @@ class StatsProduct extends ModuleGraph
|
||||
|
||||
$combArray = array();
|
||||
$assocNames = array();
|
||||
$combinaisons = $product->getAttributeCombinaisons((int)$this->getLang());
|
||||
$combinaisons = $product->getAttributeCombinations((int)$this->getLang());
|
||||
foreach ($combinaisons as $k => $combinaison)
|
||||
$combArray[$combinaison['id_product_attribute']][] = array('group' => $combinaison['group_name'], 'attr' => $combinaison['attribute_name']);
|
||||
foreach ($combArray as $id_product_attribute => $product_attribute)
|
||||
|
||||
Reference in New Issue
Block a user