From 1ea10c171145882db57fad74a39132e832b519d0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 13 Apr 2005 18:15:33 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20mise=20=E0=20jour=20type=20d'entreprise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/soc.php b/htdocs/soc.php index 0dac9840dc8..5f843844cd0 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -74,6 +74,7 @@ if (($_POST["action"] == 'add' && (! defined(COMPANY_CREATE_TWO_STEPS) || $step $soc->tva_intra = stripslashes($_POST["tva_intra_code"] . $_POST["tva_intra_num"]); $soc->forme_juridique_code = stripslashes($_POST["forme_juridique_code"]); $soc->effectif_id = stripslashes($_POST["effectif_id"]); + $soc->typent_id = stripslashes($_POST["typent_id"]); $soc->client = stripslashes($_POST["client"]); $soc->fournisseur = stripslashes($_POST["fournisseur"]);