FIX BUG unicode
This commit is contained in:
parent
e0ca705bf7
commit
4dff35cf3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue