Exportação Fiscal : ECF e RMD (issue 8120)

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@64728 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2017-01-09 19:27:01 +00:00
parent 46365a41f3
commit e09208eab0
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ public class ExportacaoFiscal {
if (valor == null) { if (valor == null) {
return "0"; return "0";
} else { } else {
return valor.setScale(2).toString(); return valor.setScale(2, BigDecimal.ROUND_HALF_EVEN).toString();
} }
} }
} }