From 08866ca9165a52cfe42c3ee321ed9cdbc5de552f Mon Sep 17 00:00:00 2001 From: dMetzger Date: Wed, 25 Jul 2012 07:21:23 +0000 Subject: [PATCH] [-] WS : creation of new product combination returned an error #PSCFV-3333 --- classes/Combination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Combination.php b/classes/Combination.php index f8626d99c..586ccab32 100644 --- a/classes/Combination.php +++ b/classes/Combination.php @@ -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()