Encodage utf8 pour le texte des mandataires
This commit is contained in:
parent
0d8c23972e
commit
64cb4d9e81
@ -1728,7 +1728,7 @@ class Entreprise extends WsScore
|
||||
{
|
||||
$mandataire = new Mandataire();
|
||||
$mandataire->id = 'm'.$i;
|
||||
$mandataire->mand = $mand;
|
||||
$mandataire->mand = utf8_encode($mand);
|
||||
$tabRet[] = $mandataire;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user