From 92daa245c23028fcbeaa9fb646a42c09a0cc92cb Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 4 May 2007 08:18:38 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20fonction=20selectyesnonum=20remplac=E9e?= =?UTF-8?q?=20par=20selectyesno?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 47704b55c7c..235df37b979 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -710,7 +710,7 @@ elseif ($_GET["action"] == 'edit' || $_POST["action"] == 'edit') // Fournisseur print ''; print ''.$langs->trans('Supplier').''; - print $form->selectyesnonum("fournisseur",$soc->fournisseur,1); + print $form->selectyesno("fournisseur",$soc->fournisseur,1); print ''; print ''.$langs->trans('SupplierCode').'';