diff --git a/htdocs/boutique/livre/livre.class.php b/htdocs/boutique/livre/livre.class.php index f2e3c01a645..dddaa8b50be 100644 --- a/htdocs/boutique/livre/livre.class.php +++ b/htdocs/boutique/livre/livre.class.php @@ -405,7 +405,7 @@ class Livre { } else { - $sql .= ", products_weight = -1"; + $sql .= ", products_weight = 150000"; } $sql .= " WHERE products_id = " . $this->oscid;