fixes bug#AL-4718
parent
257b0fa0ed
commit
77a08757ca
|
@ -121,6 +121,7 @@ public class RelatorioEstoque extends Relatorio {
|
|||
|
||||
ResultSet rset2 = null;
|
||||
rset2 = stmt2.executeQuery();
|
||||
|
||||
List<ItemReporteControleEstoqueBoletos> lsEstoque = new ArrayList<>() ;
|
||||
while (rset2.next()) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue