Fix: bug #18063 : Cannot create trip

This commit is contained in:
Laurent Destailleur 2006-11-11 01:42:50 +00:00
parent f60e0c708a
commit f6eb1a5ab5

View File

@ -466,7 +466,7 @@ class Form
* \param htmlname Nom champ formulaire * \param htmlname Nom champ formulaire
* \param filter Criteres optionnels de filtre * \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 // On recherche les societes
$sql = "SELECT s.idp, s.nom FROM"; $sql = "SELECT s.idp, s.nom FROM";