From 466a4ef188243cd745a0aa6e3ab27ece0795cb02 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 31 Aug 2015 19:08:18 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_acc_ledger_sold.php b/include/class_acc_ledger_sold.php index 535f1e065..0e8d45e82 100644 --- a/include/class_acc_ledger_sold.php +++ b/include/class_acc_ledger_sold.php @@ -846,7 +846,7 @@ EOF; $r.=''.td(_('Total TVAC')).td(hb($tot),'class="num"'); $r.=''; } else { - $r.='
Total '.hb(nbm($tot)); + $r.='
Total '.hb($tot); } $r.=''; /* Add hidden */