noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/26: Cosmetic #0002047: Historique : montan


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/26: Cosmetic #0002047: Historique : montant total n'est pas dans la bonne colonne
Date: Wed, 11 Aug 2021 11:08:08 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8fbc065345529029c97b3e5c4ad2ac78196f22a2
Author: Dany wm De Bontridder <danydb@noalyss.eu>
AuthorDate: Sat Jul 24 20:16:51 2021 +0200

    Cosmetic #0002047: Historique : montant total n'est pas dans la bonne 
colonne
---
 include/class/acc_ledger_search.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_ledger_search.class.php 
b/include/class/acc_ledger_search.class.php
index ccb64b4..e21183a 100644
--- a/include/class/acc_ledger_search.class.php
+++ b/include/class/acc_ledger_search.class.php
@@ -1001,7 +1001,7 @@ class Acc_Ledger_Search
         $tot=round($tot, 4);
         $r.="<TR>";
         $r.='<TD COLSPAN="5">Total</TD>';
-        $r.=td("").td("").td("").td('');
+        $r.=td("").td("");
         $r.='<TD ALIGN="RIGHT">'.nbm($tot)."</TD>";
         $r.="</tr>";
         if ($p_paid!=0)



reply via email to

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