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
{
|