From a280d17525c3e02e1b56e9d66f3d22cb53bc38e7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 22 Aug 2005 00:31:58 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20pr=E9s=E9lection=20de=20la=20forme=20jur?= =?UTF-8?q?idique=20mal=20faite=20sur=20la=20page=20configuration=20g=E9n?= =?UTF-8?q?=E9ral?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index 81fb4cb265b..6a6e315a9f6 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -151,7 +151,7 @@ if ((isset($_GET["action"]) && $_GET["action"] == 'edit') print ''.$langs->trans("JuridicalStatus").''; if ($conf->global->MAIN_INFO_SOCIETE_PAYS) { - $form->select_forme_juridique($conf->global->MAIN_INFO_FORME_JURIDIQUE,$code_pays); + $form->select_forme_juridique($conf->global->MAIN_INFO_SOCIETE_FORME_JURIDIQUE,$code_pays); } else {