Improve layout
This commit is contained in:
parent
f51750e40f
commit
c2108d9713
1 changed files with 2 additions and 2 deletions
|
|
@ -426,8 +426,8 @@ function GetDataJrnPdf($p_cn,$p_array,$p_limit,$p_offset)
|
|||
'j_date' => $line['j_date'],
|
||||
'internal'=>$line['jr_internal'],
|
||||
'deb_montant'=>'',
|
||||
'cred_montant'=>$jr_montant,
|
||||
'description'=>$line['jr_comment'],
|
||||
'cred_montant'=>'<b><i>'.$jr_montant.'</i></b>',
|
||||
'description'=>'<b><i>'.$line['jr_comment'].'</i></b>',
|
||||
'poste' => $line['oc'],
|
||||
'periode' =>$line['periode'] );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue