Encode
This commit is contained in:
parent
18325e72a6
commit
41a3a9b9dc
@ -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", true, 'UTF-8');
|
||||
}
|
||||
$odf->saveToDisk($this->path.$file);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user