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

This commit is contained in:
tDidierjean
2012-04-19 08:22:30 +00:00
parent 9660e827c8
commit 528e9f14ac
+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;