Task #1224 - BALANCE : les totaux devraient avoir le solde
#1224 : solde si utilisation filtre par poste comptable
This commit is contained in:
parent
dbdaaaf853
commit
6fbfc8edda
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue