Update email subject and body for pacemaker certificate attachment to "Retrait de pile"

This commit is contained in:
Narindra ezway 2025-03-17 09:52:21 +03:00
parent aad1f7962e
commit 893bb9d432

View File

@ -2867,7 +2867,7 @@ class PageController extends Controller {
$careCertificateFilename = $this->certificateService->generatePacemakerCertificate($defuntId,$this->idNextcloud);
if($careCertificateFilename != null && trim($email) != ''){
//send email
$this->sendAttachmentToClientByDefunt($defuntId, $careCertificateFilename, $email,"Attestation pacemaker", "Vous trouverez en pièce jointe l'attestation de pacemaker ", true);
$this->sendAttachmentToClientByDefunt($defuntId, $careCertificateFilename, $email,"Retrait de pile", "Vous trouverez en pièce jointe le retrait de pile", true);
}
return $careCertificateFilename;