noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 21/65: Bug#1166 : in No VAT mode , the amount


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 21/65: Bug#1166 : in No VAT mode , the amount is divided by 1000, due to an excedent of nbm
Date: Wed, 09 Sep 2015 08:27:12 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 466a4ef188243cd745a0aa6e3ab27ece0795cb02
Author: Dany De Bontridder <address@hidden>
Date:   Mon Aug 31 19:08:18 2015 +0200

    Bug#1166 : in No VAT mode , the amount is divided by 1000, due to an 
excedent of nbm
---
 include/class_acc_ledger_sold.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/class_acc_ledger_sold.php 
b/include/class_acc_ledger_sold.php
index 535f1e0..0e8d45e 100644
--- a/include/class_acc_ledger_sold.php
+++ b/include/class_acc_ledger_sold.php
@@ -846,7 +846,7 @@ EOF;
             $r.='<tr>'.td(_('Total TVAC')).td(hb($tot),'class="num"');
             $r.='</table>';
         } else {
-            $r.='<br>Total '.hb(nbm($tot));
+            $r.='<br>Total '.hb($tot);
         }
         $r.='</div>';
         /*  Add hidden */



reply via email to

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