diff --git a/htdocs/soc.php b/htdocs/soc.php index 90081d97ea4..a95143f40cc 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -172,15 +172,15 @@ if ($_GET["action"] == 'create') print ''; print ''; print ''; - print ''; + print ''."\n"; - print ''.$langs->trans('Supplier').''; - $form->selectyesnonum("fournisseur",$soc->fournisseur); - print ''; + print ''.$langs->trans('Supplier').''."\n"; + $form->selectyesnonum("fournisseur",0); + print ''."\n"; - print ''; - print ''; - print ''; + print ''."\n"; + print ''."\n"; + print ''."\n"; } } elseif ($_GET["action"] == 'edit')