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

This commit is contained in:
mDeflotte
2011-12-20 09:43:56 +00:00
parent 2947749755
commit eb6ff5778d
+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();
}