Accent
This commit is contained in:
parent
c0408f945e
commit
18325e72a6
@ -185,7 +185,7 @@ class GenCourrier
|
||||
$odf->setVars('societe', $this->info->societe, true, 'UTF-8');
|
||||
$odf->setVars('montant', $this->info->montant, true, 'UTF-8');
|
||||
if ($this->info->type == 'MAIL') {
|
||||
$odf->setVars('bymail',"ou à votre convenance par mail à : support@scores-decisions.com");
|
||||
$odf->setVars('bymail',"ou à votre convenance par mail à : support@scores-decisions.com");
|
||||
}
|
||||
$odf->saveToDisk($this->path.$file);
|
||||
|
||||
@ -240,7 +240,7 @@ class GenCourrier
|
||||
//Bloc Lieu, date
|
||||
$date = date('d/m/Y');
|
||||
$txt = "Rambouillet, le $date";
|
||||
$positionY = $pdf->GetY()+8;
|
||||
$positionY = $pdf->GetY()+5;
|
||||
$pdf->MultiCell($largeur, 5, $txt, $border, 'L', 0, 1, $positionX, $positionY);
|
||||
|
||||
//Bloc objet
|
||||
@ -284,7 +284,7 @@ class GenCourrier
|
||||
if ($this->info->type == 'MAIL') {
|
||||
$positionY = $pdf->GetY()+2;
|
||||
$pdf->MultiCell(0, 5,
|
||||
"ou à votre convenance par mail à : support@scores-decisions.com",
|
||||
"ou à votre convenance par mail à : support@scores-decisions.com",
|
||||
$border, 'L', 0, 1, '', $positionY, true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user