Update email subject and body for pacemaker certificate attachment to "Retrait de pile"
This commit is contained in:
parent
aad1f7962e
commit
893bb9d432
@ -2867,7 +2867,7 @@ class PageController extends Controller {
|
|||||||
$careCertificateFilename = $this->certificateService->generatePacemakerCertificate($defuntId,$this->idNextcloud);
|
$careCertificateFilename = $this->certificateService->generatePacemakerCertificate($defuntId,$this->idNextcloud);
|
||||||
if($careCertificateFilename != null && trim($email) != ''){
|
if($careCertificateFilename != null && trim($email) != ''){
|
||||||
//send 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;
|
return $careCertificateFilename;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user