From 77a08757ca535694c2dc5f3bae1660fb9f8512d0 Mon Sep 17 00:00:00 2001 From: "wallace.henrique" Date: Tue, 27 Aug 2024 16:19:38 -0300 Subject: [PATCH] fixes bug#AL-4718 --- pom.xml | 2 +- .../ventaboletos/relatorios/impl/RelatorioEstoque.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0102be3de..ebfb3d852 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd "> 4.0.0 br.com.rjconsultores diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioEstoque.java b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioEstoque.java index 0fc1b8547..ff90965ed 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioEstoque.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioEstoque.java @@ -121,6 +121,7 @@ public class RelatorioEstoque extends Relatorio { ResultSet rset2 = null; rset2 = stmt2.executeQuery(); + List lsEstoque = new ArrayList<>() ; while (rset2.next()) {