a
This commit is contained in:
parent
ea7180776f
commit
ff86b16bc7
|
|
@ -101,6 +101,8 @@ if (file_exists($qrCodePath)) {
|
||||||
|
|
||||||
$pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize);
|
$pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize);
|
||||||
|
|
||||||
|
// unlink($qrCodePath); // ✅ Suppression immédiate après usage
|
||||||
|
|
||||||
$this->carte->enregistrerqrcodeath($assure['idBeneficiaire'], $qrFile);
|
$this->carte->enregistrerqrcodeath($assure['idBeneficiaire'], $qrFile);
|
||||||
}
|
}
|
||||||
// ==========================================
|
// ==========================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user