From d862bdd9abc790c73f50eab9ae1a3b0986322c71 Mon Sep 17 00:00:00 2001 From: Fabio Faria Date: Thu, 24 Aug 2023 09:38:41 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20da=20valida=C3=A7=C3=A3o?= =?UTF-8?q?=20nosso=20numero=20sicoob=20fix=20bug#AL-3124?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/com/rjconsultores/ventaboletos/utils/NossoNumeroUtils.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index dc37e13ac..75f04c5b1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ br.com.rjconsultores GeneradorBoletosCNAB - 1.1.1 + 1.1.2 GeneradorBoletosCNAB diff --git a/src/com/rjconsultores/ventaboletos/utils/NossoNumeroUtils.java b/src/com/rjconsultores/ventaboletos/utils/NossoNumeroUtils.java index 2d4599938..d11ea3c70 100644 --- a/src/com/rjconsultores/ventaboletos/utils/NossoNumeroUtils.java +++ b/src/com/rjconsultores/ventaboletos/utils/NossoNumeroUtils.java @@ -335,7 +335,7 @@ public class NossoNumeroUtils { return Boolean.TRUE; } - if(BancoLayout.SICOOB_240_Envio.equals(bancoLayout) && nossoNumero.length() == 10 ){ + if(BancoLayout.SICOOB_240_Envio.equals(bancoLayout) && nossoNumero.length() == 9 ){ return Boolean.TRUE; }