From 46240bd8bf70da12797cdb408443d7254c2822eb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Nov 2003 15:02:19 +0000 Subject: [PATCH] Gestion du statut --- htdocs/product/stock/entrepot.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ;