fixes bug#AL3278

master
wallace.henrique 2023-09-21 11:44:25 -03:00
parent 09da8a5231
commit d9e3b3bd51
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class RelatorioQuadroDemonstrativoMovimentoPassageirosNovoLayout extends
agrupar = true;
if (ida == 0) {
map.put("totalida", rset.getLong("totalida"));
total = total.add(rset.getBigDecimal("totalReceita"));
total = total.add(limpaNulo(rset.getBigDecimal("totalReceita")));
map.put("totalReceita", total);
}
else {