diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php
index 0c9e739bb33..89e1fea2c63 100644
--- a/htdocs/admin/facture.php
+++ b/htdocs/admin/facture.php
@@ -438,10 +438,8 @@ while (($file = readdir($handle))!==false)
$htmltooltip.='
'.$langs->trans("Escompte").': '.yn($module->option_escompte,1,1);
$htmltooltip.='
'.$langs->trans("CreditNote").': '.yn($module->option_credit_note,1,1);
$htmltooltip.='
'.$langs->trans("MultiLanguage").': '.yn($module->option_multilang,1,1);
- //TODO : $htmltooltip.='
'.$langs->trans("Escompte").': '.yn($module->option_escompte);
- $htmltooltip.='
'.$langs->trans("CreditNote").': '.yn($module->option_credit_note);
- $htmltooltip.='
'.$langs->trans("FreeLegalTextOnInvoices").': '.yn($module->option_freetext);
- $htmltooltip.='
'.$langs->trans("WatermarkOnDraftInvoices").': '.yn($module->option_draft_watermark);
+ $htmltooltip.='
'.$langs->trans("FreeLegalTextOnInvoices").': '.yn($module->option_freetext,1,1);
+ $htmltooltip.='
'.$langs->trans("WatermarkOnDraftInvoices").': '.yn($module->option_draft_watermark,1,1);
print '