a
This commit is contained in:
parent
ea7180776f
commit
ff86b16bc7
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user