From 26b841b87aa1a38c4658fb8507c09d1b18d59196 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Jul 2003 16:35:33 +0000 Subject: [PATCH] =?UTF-8?q?remise=20=E0=20-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/boutique/livre/livre.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/boutique/livre/livre.class.php b/htdocs/boutique/livre/livre.class.php index 5f2d412f38e..f2e3c01a645 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 = 0.5"; + $sql .= ", products_weight = -1"; } $sql .= " WHERE products_id = " . $this->oscid;