From 23d0369bc9c00c610d768d7445e872fc5e392125 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Nov 2003 15:01:44 +0000 Subject: [PATCH] Ajout la gestion du statut --- htdocs/product/stock/fiche.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index de6166c3fb8..df4efa84e19 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -34,6 +34,7 @@ if ($HTTP_POST_VARS["action"] == 'add') $entrepot->ref = $HTTP_POST_VARS["ref"]; $entrepot->libelle = $HTTP_POST_VARS["libelle"]; $entrepot->description = $HTTP_POST_VARS["desc"]; + $entrepot->statut = $HTTP_POST_VARS["statut"]; $id = $entrepot->create($user); $action = ''; @@ -87,7 +88,10 @@ if ($_GET["action"] == 'create') print 'Description'; print '"; - + print 'Statut'; + print ''; print ''; print '';