From 3f9bbaf637609914ef8a710c394ff01a4d34eef0 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 15 Jun 2026 11:51:59 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaximprimerfacturedefinitiveopt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controleur/ControleurAjaximprimerfacturedefinitiveopt.php b/Controleur/ControleurAjaximprimerfacturedefinitiveopt.php index 347da9d..93d99a7 100755 --- a/Controleur/ControleurAjaximprimerfacturedefinitiveopt.php +++ b/Controleur/ControleurAjaximprimerfacturedefinitiveopt.php @@ -318,7 +318,7 @@ class ControleurAjaximprimerfacturedefinitiveopt extends Controleurrequete $fichier="Temp/TMP_FACTURE_DEFINITIVE"."_".uniqid().".pdf"; $pdf->Output($fichier, "F"); $pdf->pdf->SetTitle($fichier); - $t_html ='
'; + $t_html ='
'; $t_html .=' TELECHARGER '; $t_html .='
'; echo $t_html;