fixes bug#AL3278
parent
09da8a5231
commit
d9e3b3bd51
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue