From 1eb5f9b8acf272cb36b1c03b101c07b86d797dfc Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Wed, 28 Oct 2009 17:54:05 +0000
Subject: [PATCH] Qual: Better compatibility with other databases

---
 htdocs/comm/action/fiche.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php
index e71241ecccd..0c348058288 100644
--- a/htdocs/comm/action/fiche.php
+++ b/htdocs/comm/action/fiche.php
@@ -501,7 +501,7 @@ if ($_GET["action"] == 'create')
 	}
 	else
 	{
-		print $html->select_societes('','socid',1,1);
+		print $html->select_societes('','socid','',1,1);
 	}
 	print '</td></tr>';
 
-- 
GitLab