From bebc910cef32cd2cff9d65d7f1cd75e45829d544 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 05:54:58 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index 12d89b8e..ad2d26b7 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -156,9 +156,11 @@ if (file_exists($qrCodePath)) { $qrSize = 10; // Taille du QR code (10mm) $pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize); - + + /* // Supprimer le fichier temporaire après utilisation @unlink($qrCodePath); + */ } // ==========================================