diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
index d5c78761989..dccf26e75c0 100644
--- a/htdocs/admin/company.php
+++ b/htdocs/admin/company.php
@@ -420,7 +420,7 @@ if ($action == 'edit' || $action == 'updateedit')
print '
| ';
if ($mysoc->country_code)
{
- print $formcompany->select_juridicalstatus($conf->global->MAIN_INFO_SOCIETE_FORME_JURIDIQUE,$mysoc->country_code);
+ print $formcompany->select_juridicalstatus($conf->global->MAIN_INFO_SOCIETE_FORME_JURIDIQUE, $mysoc->country_code, '', 'legal_form');
}
else
{
diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index f34d18fe47d..bb03435d25e 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -503,7 +503,7 @@ class Form
$resql=$this->db->query($sql);
if ($resql)
{
- $out.= ' |