Correção no arquivo de remessa Itau fix bug#AL-3574
parent
14e9f8ee54
commit
943c96ac76
2
pom.xml
2
pom.xml
|
@ -7,7 +7,7 @@
|
|||
<artifactId>GeneradorBoletosCNAB</artifactId>
|
||||
<version>1.4.1</version>
|
||||
<name>GeneradorBoletosCNAB</name>
|
||||
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rj-releases</id>
|
||||
|
|
|
@ -37,4 +37,4 @@ public class ArquivoRemessaItau extends ArquivoRemessaItem {
|
|||
this.rodapeRemessa = this.rodapeRemessa == null ? new RodapeRemessaPadrao() : this.rodapeRemessa;
|
||||
return rodapeRemessa;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue