diff --git a/htdocs/product.class.php b/htdocs/product.class.php index 748d4cb9f02..cd785a3d9d4 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -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);