From 9b82a799e3c97ce6c9db637e563bc732eee8dcf1 Mon Sep 17 00:00:00 2001 From: Tolotsoa Date: Mon, 29 Sep 2025 14:43:45 +0300 Subject: [PATCH] fix change texte attachment --- gestion/lib/Controller/PageController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/lib/Controller/PageController.php b/gestion/lib/Controller/PageController.php index 7a85738..36bcf17 100644 --- a/gestion/lib/Controller/PageController.php +++ b/gestion/lib/Controller/PageController.php @@ -4103,7 +4103,7 @@ class PageController extends Controller $careCertificateFilename = $this->certificateService->generatePacemakerAbsentCertificate($defuntId, $this->idNextcloud); if($careCertificateFilename != null && trim($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;