From 35ff3fbe5ff02e71a5d57d3bb1ac32a2e2407ff0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Jul 2003 13:50:38 +0000 Subject: [PATCH] Mets le prix dans le poids --- htdocs/boutique/livre/livre.class.php | 1 + 1 file changed, 1 insertion(+) 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;