diff --git a/classes/SpecificPrice.php b/classes/SpecificPrice.php index 82f6cfe26..48aff43e4 100644 --- a/classes/SpecificPrice.php +++ b/classes/SpecificPrice.php @@ -330,6 +330,7 @@ class SpecificPriceCore extends ObjectModel { if ($id_product) $this->id_product = (int)$id_product; + unset($this->id); return $this->add(); }