Task #1224 - BALANCE : les totaux devraient avoir le solde

#1224 : solde si utilisation filtre par poste comptable
This commit is contained in:
Dany De Bontridder 2015-11-11 13:51:22 +01:00
parent dbdaaaf853
commit 6fbfc8edda

View file

@ -262,7 +262,7 @@ if (! empty($array))
// Totaux
$pdf->SetFont('DejaVuCond','B',8);
$pdf->Cell(90,6,'Totaux');
$pdf->Cell(90,6,$r['label']);
if ($previous == 1 ) {
$pdf->Cell(22,6,nbm($tp_deb_previous),'T',0,'R',0);
$pdf->Cell(22,6,nbm($tp_cred_previous),'T',0,'R',0);