[-] BO : fix #PSTEST-1184 - bug with product combinations generator

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14753 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-04-19 08:22:30 +00:00
parent a0a103e961
commit ce95918ff0
+2 -1
View File
@@ -1124,7 +1124,8 @@ class ProductCore extends ObjectModel
$obj->default_on = $default_value;
$default_value = 0;
}
$return[] = $obj->insert();
$obj->add();
$return[] = $obj->id;
}
return $return;