From e3688338aa3eda5a8bf75a1d119ea5bb832b27aa Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 4 Mar 2026 00:27:33 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index 41d597f5..879d0022 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -101,7 +101,7 @@ if (file_exists($qrCodePath)) { $pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize); - // unlink($qrCodePath); // ✅ Suppression immédiate après usage + unlink($qrCodePath); // ✅ Suppression immédiate après usage $this->carte->enregistrerqrcodeath($assure['idBeneficiaire'], $qrFile); }