Fix: prslection de la forme juridique mal faite sur la page configuration gnral

This commit is contained in:
Laurent Destailleur 2005-08-22 00:31:58 +00:00
parent 0ec4484fff
commit a280d17525

View File

@ -151,7 +151,7 @@ if ((isset($_GET["action"]) && $_GET["action"] == 'edit')
print '<tr '.$bc[$var].'><td>'.$langs->trans("JuridicalStatus").'</td><td>';
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
{