Fix: bug #18063 : Cannot create trip
This commit is contained in:
parent
f60e0c708a
commit
f6eb1a5ab5
@ -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";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user