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