fixes bug #8848
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@67599 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6cb00e8d0b
commit
78a3510edc
|
@ -90,7 +90,7 @@ public class RelatorioFinanceiroReceitasDespesas extends Relatorio {
|
||||||
for (int i = 0; i < lsPuntoVenta.size(); i++) {
|
for (int i = 0; i < lsPuntoVenta.size(); i++) {
|
||||||
lsPuntoVentaId[i] = lsPuntoVenta.get(i).getPuntoventaId();
|
lsPuntoVentaId[i] = lsPuntoVenta.get(i).getPuntoventaId();
|
||||||
}
|
}
|
||||||
sql += "AND PUNTOVENTA_ID IN (" + StringUtils.join(lsPuntoVentaId, ',') + ") ";
|
sql += "AND C.PUNTOVENTA_ID IN (" + StringUtils.join(lsPuntoVentaId, ',') + ") ";
|
||||||
}
|
}
|
||||||
|
|
||||||
return sql;
|
return sql;
|
||||||
|
|
Loading…
Reference in New Issue