fixes bug#AL3278
parent
09da8a5231
commit
d9e3b3bd51
|
@ -83,7 +83,7 @@ public class RelatorioQuadroDemonstrativoMovimentoPassageirosNovoLayout extends
|
||||||
agrupar = true;
|
agrupar = true;
|
||||||
if (ida == 0) {
|
if (ida == 0) {
|
||||||
map.put("totalida", rset.getLong("totalida"));
|
map.put("totalida", rset.getLong("totalida"));
|
||||||
total = total.add(rset.getBigDecimal("totalReceita"));
|
total = total.add(limpaNulo(rset.getBigDecimal("totalReceita")));
|
||||||
map.put("totalReceita", total);
|
map.put("totalReceita", total);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue