remove unnecessary prefix from defunt_nom in PDF export
This commit is contained in:
parent
12b94abe28
commit
595727402e
@ -87,7 +87,7 @@ class PacemakerCertificatePdfHandler extends FPDF {
|
|||||||
$this->SetFont('ComicSans', '', 14);
|
$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->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->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->SetFont('ComicSans', '', 14);
|
||||||
$this->Cell(0,12, FileExportHelpers::FormatTextForExport("Qui reposait à l'adresse suivante") . ' : ',0,1);
|
$this->Cell(0,12, FileExportHelpers::FormatTextForExport("Qui reposait à l'adresse suivante") . ' : ',0,1);
|
||||||
$this->SetFont('ComicSans', 'B', 14);
|
$this->SetFont('ComicSans', 'B', 14);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user