diff --git a/htdocs/product/stock/entrepot.class.php b/htdocs/product/stock/entrepot.class.php index f30eab593ab..c2783c341da 100644 --- a/htdocs/product/stock/entrepot.class.php +++ b/htdocs/product/stock/entrepot.class.php @@ -55,7 +55,7 @@ class Entrepot if ($id > 0) { $this->id = $id; - $this->statut = 1; + if ( $this->update($id, $user) ) { $this->db->query("COMMIT") ;