noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 21/162: Task #448 : issue with reconciliation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 21/162: Task #448 : issue with reconciliation amount
Date: Sat, 11 Jul 2020 13:23:23 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit 57ab27199fc19ddf03c77f228a4445b44722e7b5
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Thu May 10 21:42:32 2018 +0200

    Task #448 : issue with reconciliation amount
---
 include/template/ledger_detail_bottom.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/ledger_detail_bottom.php 
b/include/template/ledger_detail_bottom.php
index 7135578..9f311cb 100644
--- a/include/template/ledger_detail_bottom.php
+++ b/include/template/ledger_detail_bottom.php
@@ -174,7 +174,7 @@ endif;
 <?php 
 
 if ($aRap  != null ) {
-    $amount_tva_include=(isset($tvac))?$tvac:$detail->det->jr_montant;
+    
$amount_tva_include=(isset($total_tvac))?$total_tvac:$detail->det->jr_montant;
   $tableid="tb".$div;
   $total_rec=0;
   echo '<table id="'.$tableid.'">';



reply via email to

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