certificate format
This commit is contained in:
parent
44c5f64b15
commit
85f6caa183
@ -81,7 +81,7 @@ class CareCertificatePdfHandler extends FPDF {
|
||||
|
||||
private function SetCareCertificateContent(){
|
||||
$this->SetFont('ComicSans', '', 14);
|
||||
$this->Cell(0,7,FileExportHelpers::FormatTextForExport('La Société '. $this->devisOfDefunt['configuration']->entreprise. ' habilitée sous le numéro ' . $this->devisOfDefunt['thanato_reference'] . ' certifie par '),0,1);
|
||||
$this->Cell(0,7,FileExportHelpers::FormatTextForExport('La Société '. $this->devisOfDefunt['configuration']->entreprise. ' habilitée sous le numéro ' . $this->devisOfDefunt['thanato_reference'] . ', certifie par '),0,1);
|
||||
$this->Cell(0,7,FileExportHelpers::FormatTextForExport('la présente que : '),0,1);
|
||||
$this->SetFont('ComicSans', 'B', 14);
|
||||
$this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1);
|
||||
|
||||
@ -81,7 +81,7 @@ class PacemakerCertificatePdfHandler extends FPDF {
|
||||
|
||||
private function SetPacemakerCertificateContent(){
|
||||
$this->SetFont('ComicSans', '', 14);
|
||||
$this->MultiCell(0,7,FileExportHelpers::FormatTextForExport('La Société '. $this->devisOfDefunt['configuration']->entreprise. ' habilitée sous le numéro ' . $this->devisOfDefunt['thanato_reference'] . ' certifie par la présente que : '));
|
||||
$this->MultiCell(0,7,FileExportHelpers::FormatTextForExport('La Société '. $this->devisOfDefunt['configuration']->entreprise. ' habilitée sous le numéro ' . $this->devisOfDefunt['thanato_reference'] . ', certifie par la présente que : '));
|
||||
$this->SetFont('ComicSans', 'B', 14);
|
||||
$this->Cell(0,12, 'Mr/Mme ' . FileExportHelpers::FormatTextForExport($this->devisOfDefunt['thanato_nom'] . ' ' . $this->devisOfDefunt['thanato_prenom']),0,1);
|
||||
$this->SetFont('ComicSans', '', 14);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user