From 943c96ac764a8e6a93b8ab4b399bf29f96373fb7 Mon Sep 17 00:00:00 2001 From: "fabio.fbarreto" Date: Mon, 11 Dec 2023 12:07:54 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20no=20arquivo=20de=20remess?= =?UTF-8?q?a=20Itau=20fix=20bug#AL-3574?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../ventaboletos/blocos/itau/ArquivoRemessaItau.java | 2 +- src/com/rjconsultores/ventaboletos/layouts/ItauFlatFile.java | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5a9c499e3..c9b0a909e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ GeneradorBoletosCNAB 1.4.1 GeneradorBoletosCNAB - + rj-releases diff --git a/src/com/rjconsultores/ventaboletos/blocos/itau/ArquivoRemessaItau.java b/src/com/rjconsultores/ventaboletos/blocos/itau/ArquivoRemessaItau.java index b3569be02..2412ec7bc 100644 --- a/src/com/rjconsultores/ventaboletos/blocos/itau/ArquivoRemessaItau.java +++ b/src/com/rjconsultores/ventaboletos/blocos/itau/ArquivoRemessaItau.java @@ -37,4 +37,4 @@ public class ArquivoRemessaItau extends ArquivoRemessaItem { this.rodapeRemessa = this.rodapeRemessa == null ? new RodapeRemessaPadrao() : this.rodapeRemessa; return rodapeRemessa; } -} +} \ No newline at end of file diff --git a/src/com/rjconsultores/ventaboletos/layouts/ItauFlatFile.java b/src/com/rjconsultores/ventaboletos/layouts/ItauFlatFile.java index 266a123e1..072c6ab08 100644 --- a/src/com/rjconsultores/ventaboletos/layouts/ItauFlatFile.java +++ b/src/com/rjconsultores/ventaboletos/layouts/ItauFlatFile.java @@ -50,8 +50,7 @@ public class ItauFlatFile extends AbstractFlatFile implements RemessaInterface { header.setValue("Brancos2", FormataUtil.formatarValorPorTamanho(" ", 294)); header.setValue("NumeroSequencialRegistro", FormataUtil.formatarValorPorTamanho(cabecalhoRemessa.getNumeroSequencialRegistro().toString(), 6)); - getFlatFile().addRecord(header); - + getFlatFile().addRecord(header); } @Override