mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: bug #18063 : Cannot create trip
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user