This commit is contained in:
Michael RICOIS 2013-07-31 06:45:14 +00:00
parent 18325e72a6
commit 41a3a9b9dc

View File

@ -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);