diff --git a/include/class_acc_ledger_sold.php b/include/class_acc_ledger_sold.php index 1c5a44b64..f7263a05a 100644 --- a/include/class_acc_ledger_sold.php +++ b/include/class_acc_ledger_sold.php @@ -818,7 +818,7 @@ class Acc_Ledger_Sold extends Acc_Ledger { {$tot_amount}
| Total HTVA | '; - $r.=td(hb(nbm($tot_amount) ),'class="num"'); + $r.=td(hb($tot_amount ),'class="num"'); foreach ($tva as $i => $value) { $oTva->set_parameter('id', $i); $oTva->load(); @@ -841,8 +841,8 @@ EOF; $r.='
| TVA ' . $oTva->get_parameter('label').' | '; $r.=td(hb(nbm($tva[$i])),'class="num"'); } - $r.='