Fix: présélection de la forme juridique mal faite sur la page configuration général
This commit is contained in:
parent
0ec4484fff
commit
a280d17525
@ -151,7 +151,7 @@ if ((isset($_GET["action"]) && $_GET["action"] == 'edit')
|
|||||||
print '<tr '.$bc[$var].'><td>'.$langs->trans("JuridicalStatus").'</td><td>';
|
print '<tr '.$bc[$var].'><td>'.$langs->trans("JuridicalStatus").'</td><td>';
|
||||||
if ($conf->global->MAIN_INFO_SOCIETE_PAYS)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user