Bug#1166 : in No VAT mode , the amount is divided by 1000, due to an excedent of nbm
This commit is contained in:
parent
87640c3bfd
commit
466a4ef188
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue