diff --git a/htdocs/soc.php b/htdocs/soc.php index a95143f40cc..dd8db6652e3 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -115,7 +115,7 @@ if ($_GET["action"] == 'create') /* * Fiche societe en mode création */ - + $soc->fournisseur=0; if ($_GET["type"]=='f') { $soc->fournisseur=1; } if ($_GET["type"]=='c') { $soc->client=1; } if ($_GET["type"]=='p') { $soc->client=2; } @@ -126,7 +126,6 @@ if ($_GET["action"] == 'create') print $mesg; print '