forked from Wavyzz/dolibarr
Mets le prix dans le poids
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user