Bug#1166 : in No VAT mode , the amount is divided by 1000, due to an excedent of nbm

This commit is contained in:
Dany De Bontridder 2015-08-31 19:08:18 +02:00
parent 87640c3bfd
commit 466a4ef188

View file

@ -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 */