Correção da validação nosso numero sicoob fix bug#AL-3124

Reviewed-on: utilidades/GeneradorBoletosCNAB#3
Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>
master
fabio 2023-08-24 12:43:49 +00:00
commit 7d0ec66eba
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<groupId>br.com.rjconsultores</groupId>
<artifactId>GeneradorBoletosCNAB</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<name>GeneradorBoletosCNAB</name>
<distributionManagement>

View File

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