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 '