From 775bcffe6e74d701dac6090eaea3f02f3b7be08c Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Fri, 17 Jun 2011 17:03:10 +0000
Subject: [PATCH] Fix: missing title

---
 htdocs/compta/facture.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 023f4accce2..5e4cc1f59df 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -2865,7 +2865,7 @@ else
                 }
 
                 print '<br>';
-                print_titre($langs->trans($titre));
+                print_titre($langs->trans($titreform));
 
                 // Cree l'objet formulaire mail
                 include_once(DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php');
-- 
GitLab