fixes bug#AL-4718
parent
257b0fa0ed
commit
77a08757ca
2
pom.xml
2
pom.xml
|
@ -1,5 +1,5 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd ">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
|
|
|
@ -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