[-] WS : creation of new product combination returned an error #PSCFV-3333

This commit is contained in:
dMetzger
2012-07-25 07:21:23 +00:00
parent f4c8183336
commit 08866ca916
+1 -1
View File
@@ -140,7 +140,7 @@ class CombinationCore extends ObjectModel
$ids_attributes = array();
foreach ($values as $value)
$ids_attributes[] = $value['id'];
return $this->setAttributes($values);
return $this->setAttributes($ids_attributes);
}
public function getWsProductOptionValues()