Improve Unit Test for Report

This commit is contained in:
sparkyx 2023-12-05 15:24:01 +01:00
parent a810c80cd7
commit 2e294d2f97
9 changed files with 104 additions and 27 deletions

View file

@ -35,9 +35,7 @@ function header_txt($p_cn)
$date=date('d / m / Y H:i ');
$dossier=mb_convert_encoding(" Dossier : ".dossier::name(),'ISO-8859-1','UTF-8');
// convert to latin1
$dossier=iconv('UTF-8','ISO-8859-1//IGNORE',$str);
return $dossier." ".$soc." ".$date;
}