Bugfix sur l'update qui ne mettais pas a jour le stock_loc

This commit is contained in:
Rodolphe Quiedeville 2006-12-15 15:39:55 +00:00
parent 935b717c66
commit fe01b25f90

View File

@ -250,6 +250,7 @@ class Product
$this->libelle = trim($this->libelle);
$this->description = trim($this->description);
$this->note = trim($this->note);
$this->stock_loc = trim($this->stock_loc);
$this->new_weight = price2num($this->new_weight);
$this->new_weight_units = trim($this->new_weight_units);