noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 102/119: remove dead code


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 102/119: remove dead code
Date: Mon, 26 Oct 2020 18:27:37 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 56a17d5aadd010e46ae0222afe619d0369850337
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Oct 13 18:39:46 2020 +0200

    remove dead code
---
 include/export/export_gl_pdf.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/export/export_gl_pdf.php b/include/export/export_gl_pdf.php
index eda3328..571c5cf 100644
--- a/include/export/export_gl_pdf.php
+++ b/include/export/export_gl_pdf.php
@@ -174,7 +174,7 @@ foreach ($a_poste as $poste)
                 $solde_d = 0.0;
                 $solde_c = 0.0;
                 $pdf->line_new();
-                $pdf->SetFont('DejaVuCond','',7);
+                $pdf->SetFont('DejaVuCond','',6);
 
             }
 
@@ -196,7 +196,7 @@ foreach ($a_poste as $poste)
         $pdf->LongLine($width[$i], 6, $detail['jr_internal'], 0, $lor[$i] );
         $i++;
         /* limit set to 40 for the substring */
-        $triple_point = (mb_strlen($detail['description']) > 40 ) ? '...':'';
+        //  $triple_point = (mb_strlen($detail['description']) > 40 ) ? 
'...':'';
         // $pdf->LongLine($width[$i], 6, 
mb_substr($detail['description'],0,40).$triple_point, 0,$lor[$i]);
         $pdf->LongLine($width[$i], 
6,$detail['description'].'['.$detail['jr_optype'].']', 0,$lor[$i]);
         $i++;



reply via email to

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