noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 19/27: PRINTTVA : cosmetic bug


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 19/27: PRINTTVA : cosmetic bug
Date: Sat, 2 Nov 2019 18:12:19 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9f466e8cdc51fb5ef81826d7effe9c554b81ce92
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 2 19:15:54 2019 +0100

    PRINTTVA : cosmetic bug
---
 include/export/export_printtva_pdf.php | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/export/export_printtva_pdf.php 
b/include/export/export_printtva_pdf.php
index 1e378f2..932fd82 100644
--- a/include/export/export_printtva_pdf.php
+++ b/include/export/export_printtva_pdf.php
@@ -257,19 +257,20 @@ for ($i = 0; $i < $nb_array; $i++) {
         $pdf->write_cell(70, 5, "");
         for ($e=2;$e<$nb_col;$e++){
             $t_idx=$a_colp[$e];
-            $colname=$a_col[$e];
+            $colname=$a_colp[$e];
             $pdf->write_cell($a_size[$t_idx], 5, nbm($a_tot[$colname]), 0, 0, 
'R');
             $a_tot[$colname]=0;
         }
         $pdf->line_new();
-        $pdf->SetFont('DejaVuCond', 'B', 7);
+       
 
         // Display ledger name
         $ledger_name = $array[$i]['jrn_def_name'];
         $pdf->SetFont('DejaVuCond', 'B', 10);
         $pdf->write_cell(50, 8, $ledger_name);
         $pdf->line_new();
-
+        $pdf->SetFont('DejaVuCond', 'B', 7);
+        
         // Display Header
         for ($e=0;$e<$nb_col;$e++){
               $t_idx=$a_colp[$e];



reply via email to

[Prev in Thread] Current Thread [Next in Thread]