[-] 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:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user