From e180a7a0e45a2af276920385517837ab03ac9f25 Mon Sep 17 00:00:00 2001 From: "wallace.henrique" Date: Mon, 11 Mar 2024 19:50:30 -0300 Subject: [PATCH] fixes bug#AL-3969 --- pom.xml | 2 +- .../ventaboletos/relatorios/impl/RelatorioEstoque.java | 1 - .../utilitarios/ItemReporteControleEstoqueBoletos.java | 4 +--- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index cc261441b..154ca35d9 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 bb634217e..523283c53 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioEstoque.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioEstoque.java @@ -344,7 +344,6 @@ public class RelatorioEstoque extends Relatorio { sb.append(" TB.serie, "); sb.append(" TB.folioCaja "); - System.out.println(sb.toString()); return sb.toString(); } diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/utilitarios/ItemReporteControleEstoqueBoletos.java b/src/java/com/rjconsultores/ventaboletos/relatorios/utilitarios/ItemReporteControleEstoqueBoletos.java index 640d389ae..c5f758c1e 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/utilitarios/ItemReporteControleEstoqueBoletos.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/utilitarios/ItemReporteControleEstoqueBoletos.java @@ -218,7 +218,5 @@ public class ItemReporteControleEstoqueBoletos { public String toString() { return "ItemReporteControleEstoqueBoletos [folioInicial=" + folioInicial + ", folioFinal=" + folioFinal + ", descPuntoVenta=" + descPuntoVenta + ", folioAtual=" + folioAtual + ", aidfId=" + aidfId + "]"; - } - - + } }