From 81f00f081f024c1f460a5a4571f98f94fdc3a1da Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 10 Sep 2007 13:20:58 +0000 Subject: [PATCH] add shading --- html/poste_pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/poste_pdf.php b/html/poste_pdf.php index aa12a6897..3fb28d020 100644 --- a/html/poste_pdf.php +++ b/html/poste_pdf.php @@ -73,7 +73,7 @@ foreach ($a_poste as $poste) 'deb_montant'=> 'Montant', 'cred_montant'=> 'Montant' ),$Libelle, - array('shaded'=>0,'showHeadings'=>1,'width'=>500, + array('shaded'=>1,'showHeadings'=>1,'width'=>500, 'cols'=>array('montant'=> array('justification'=>'right'), ))); $str_debit=sprintf("Débit % 12.2f",$tot_deb);