fixes bug#AL-4718

master
wallace.henrique 2024-08-27 16:19:38 -03:00
parent 257b0fa0ed
commit 77a08757ca
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -121,6 +121,7 @@ public class RelatorioEstoque extends Relatorio {
ResultSet rset2 = null;
rset2 = stmt2.executeQuery();
List<ItemReporteControleEstoqueBoletos> lsEstoque = new ArrayList<>() ;
while (rset2.next()) {