// BugFix - PSTEST-64 - Duplication de produit dans la liste et la fiche

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11396 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-12-20 09:43:56 +00:00
parent 33b340dcaa
commit 8fb44e6892
+1
View File
@@ -330,6 +330,7 @@ class SpecificPriceCore extends ObjectModel
{
if ($id_product)
$this->id_product = (int)$id_product;
unset($this->id);
return $this->add();
}