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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16560 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-07-25 07:21:23 +00:00
parent 8b459e499e
commit 34c85b6114
+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()