2
0
forked from Wavyzz/dolibarr

Mets le prix dans le poids

This commit is contained in:
Rodolphe Quiedeville
2003-07-21 13:50:38 +00:00
parent 4ff465c08a
commit 35ff3fbe5f

View File

@@ -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;