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 '
'; - 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');