From b30c0bc73096fc445e46e316b1087620c6954653 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 29 May 2011 14:51:21 +0000 Subject: [PATCH] Fix: juridical status was lost if error --- htdocs/societe/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index bc3765a61ef..95185ce066a 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -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 */