Fix: juridical status was lost if error

This commit is contained in:
Laurent Destailleur 2011-05-29 14:51:21 +00:00
parent 05b598a6e6
commit b30c0bc730

View File

@ -542,7 +542,7 @@ else
$soc->pays_code=$obj->code;
$soc->pays=$obj->libelle;
}
$soc->forme_juridique_code=$_POST['forme_juridique_code'];
/* Show create form */