noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 235/238: indent


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 235/238: indent
Date: Sat, 26 Oct 2019 04:41:14 -0400 (EDT)

sparkyx pushed a commit to annotated tag rel7110
in repository noalyss.

commit de4123246c680ebc2f6d70faf3410039a6a23bd0
Author: Dany De Bontridder <address@hidden>
Date:   Fri Oct 25 15:38:12 2019 +0200

    indent
---
 include/class/print_ledger_simple.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/print_ledger_simple.class.php 
b/include/class/print_ledger_simple.class.php
index 1b94509..84c097d 100644
--- a/include/class/print_ledger_simple.class.php
+++ b/include/class/print_ledger_simple.class.php
@@ -132,7 +132,7 @@ class Print_Ledger_Simple extends PDF
         }
         $this->Cell(15,6,nbm($this->rap_tva_np),0,0,'R');  /* Tva ND */
         foreach($this->rap_tva as $line_tva)
-        $this->Cell(15,6,nbm($line_tva),0,0,'R');
+            $this->Cell(15,6,nbm($line_tva),0,0,'R');
         $this->Cell(15,6,nbm($this->rap_tvac),0,0,'R'); /* Tvac */
 
         $this->Ln(6);



reply via email to

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