diff --git a/htdocs/boutique/livre/livre.class.php b/htdocs/boutique/livre/livre.class.php index 2a921d4d8d8..686d355901a 100644 --- a/htdocs/boutique/livre/livre.class.php +++ b/htdocs/boutique/livre/livre.class.php @@ -399,6 +399,7 @@ class Livre { $sql .= "SET products_model = '".$this->ref."'"; $sql .= ", products_image = '".$this->image."'"; $sql .= ", products_price = ".$this->price.""; + $sql .= ", products_weight = ".$this->price.""; $sql .= " WHERE products_id = " . $this->oscid;