This commit is contained in:
Claire DELBOS 2017-04-13 12:10:44 +02:00
parent 65831d3194
commit 9a8a008d03

View File

@ -1368,7 +1368,8 @@ class IdentiteEntreprise
if($i==2) break;
}
switch($i){
case 1: $unite = ' K'; break;
case 0: $unite = ' '; break;
case 1: $unite = ' K'; break;
case 2: $unite = ' M'; break;
}
return number_format($number, 0, '', ' ').$unite;