From ef3642a795194f866212219cfa00743fef8c19ec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 20 Aug 2005 14:45:46 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Ajout=20de=20la=20forme=20juridique=20da?= =?UTF-8?q?ns=20la=20configuration=20globale=20de=20sa=20soci=E9t=E9=20(re?= =?UTF-8?q?quis=20dans=20les=20factures).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 dd6bf0e7ca3..52888ed14a8 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -708,7 +708,7 @@ class Form if ($num) { $obj = $this->db->fetch_object(); - $label=$obj->libelle; + $label=($obj->libelle!='-' ? $obj->libelle : ''); return $label; } else