Correção da validação nosso numero sicoob fix bug#AL-3124
parent
5f3ad0fc41
commit
d862bdd9ab
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue