FIX BUG unicode

This commit is contained in:
Dany De Bontridder 2008-10-11 15:02:12 +00:00
parent e0ca705bf7
commit 4dff35cf3e

View file

@ -72,7 +72,7 @@ foreach ($a_poste as $poste)
'description'=>'Description',
'deb_montant'=> 'Montant',
'cred_montant'=> 'Montant'
),$Libelle,
),utf8_decode($Libelle),
array('shaded'=>1,'showHeadings'=>1,'width'=>500,
'cols'=>array('montant'=> array('justification'=>'right'),
)),true);