From 595727402ea65fbdbb1de1caa560442381dd3a73 Mon Sep 17 00:00:00 2001 From: Narindra ezway Date: Tue, 25 Mar 2025 11:31:18 +0300 Subject: [PATCH] remove unnecessary prefix from defunt_nom in PDF export --- .../Certificate/PdfHandler/PacemakerCertificatePdfHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/lib/Service/Certificate/PdfHandler/PacemakerCertificatePdfHandler.php b/gestion/lib/Service/Certificate/PdfHandler/PacemakerCertificatePdfHandler.php index c4bdf80..1950efe 100644 --- a/gestion/lib/Service/Certificate/PdfHandler/PacemakerCertificatePdfHandler.php +++ b/gestion/lib/Service/Certificate/PdfHandler/PacemakerCertificatePdfHandler.php @@ -87,7 +87,7 @@ class PacemakerCertificatePdfHandler extends FPDF { $this->SetFont('ComicSans', '', 14); $this->MultiCell(0,7, FileExportHelpers::FormatTextForExport('Employé(e) au sein de notre société et titulaire du diplôme national de Thanatopracteur, a retiré ce jour, la prothèse fonctionnant à pile implantée sur le corps du défunt :')); $this->SetFont('ComicSans', 'B', 14); - $this->Cell(0,12, 'Mr/Mme '.FileExportHelpers::FormatTextForExport($this->devisOfDefunt['defunt_nom']),0,1); + $this->Cell(0,12, FileExportHelpers::FormatTextForExport($this->devisOfDefunt['defunt_nom']),0,1); $this->SetFont('ComicSans', '', 14); $this->Cell(0,12, FileExportHelpers::FormatTextForExport("Qui reposait à l'adresse suivante") . ' : ',0,1); $this->SetFont('ComicSans', 'B', 14);