[-] 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 026a1e5ec9
commit 2848e4a1e7
+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()