fix change texte attachment
This commit is contained in:
parent
fa1405ea67
commit
9b82a799e3
@ -4103,7 +4103,7 @@ class PageController extends Controller
|
|||||||
$careCertificateFilename = $this->certificateService->generatePacemakerAbsentCertificate($defuntId, $this->idNextcloud);
|
$careCertificateFilename = $this->certificateService->generatePacemakerAbsentCertificate($defuntId, $this->idNextcloud);
|
||||||
if($careCertificateFilename != null && trim($email) != '') {
|
if($careCertificateFilename != null && trim($email) != '') {
|
||||||
//send email
|
//send email
|
||||||
$this->sendAttachmentToClientByDefunt($defuntId, $careCertificateFilename, $email, "Retrait de pile", "Vous trouverez en pièce jointe l'attestation de retrait de pile ", true);
|
$this->sendAttachmentToClientByDefunt($defuntId, $careCertificateFilename, $email, "Retrait de pile", "Vous trouverez en pièce jointe l'attestation d'absence de pacemaker ", true);
|
||||||
|
|
||||||
}
|
}
|
||||||
return $careCertificateFilename;
|
return $careCertificateFilename;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user