From 6705ecf6b23e486f8420a813e329379c8e804be1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 24 Nov 2004 10:49:04 +0000 Subject: [PATCH] Modif appel de form->selectyesnonum lors de la creation d'une societe --- htdocs/soc.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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')