This commit is contained in:
KANE LAZENI 2026-03-04 00:20:48 +00:00
parent ea7180776f
commit ff86b16bc7

View File

@ -100,6 +100,8 @@ if (file_exists($qrCodePath)) {
$qrSize = 18; // Taille du QR code (10mm)
$pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize);
// unlink($qrCodePath); // ✅ Suppression immédiate après usage
$this->carte->enregistrerqrcodeath($assure['idBeneficiaire'], $qrFile);
}