From f6eb1a5ab529fbb91e8a4cd690432cfecbe776eb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Nov 2006 01:42:50 +0000 Subject: [PATCH] Fix: bug #18063 : Cannot create trip --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 72c2f63b496..f1547dffdd1 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -466,7 +466,7 @@ class Form * \param htmlname Nom champ formulaire * \param filter Criteres optionnels de filtre */ - function select_societes($selected='',$htmlname='soc_id',$filter='',$showempty=0) + function select_societes($selected='',$htmlname='socid',$filter='',$showempty=0) { // On recherche les societes $sql = "SELECT s.idp, s.nom FROM";