From c2108d9713ad5fc9eaaa977698332b5c50500108 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 10 Oct 2003 16:30:24 +0000 Subject: [PATCH] Improve layout --- include/impress_inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/impress_inc.php b/include/impress_inc.php index 1ef39e109..955b2cd89 100644 --- a/include/impress_inc.php +++ b/include/impress_inc.php @@ -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'=>''.$jr_montant.'', + 'description'=>''.$line['jr_comment'].'', 'poste' => $line['oc'], 'periode' =>$line['periode'] );