From fe01b25f901a7ac5b05edec11687c2bdf4dda366 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 15 Dec 2006 15:39:55 +0000 Subject: [PATCH] Bugfix sur l'update qui ne mettais pas a jour le stock_loc --- htdocs/product.class.php | 1 + 1 file changed, 1 insertion(+) 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);