Correção no arquivo de remessa Itau fix bug#AL-3574

master
fabio.fbarreto 2023-12-11 12:07:54 -03:00
parent 14e9f8ee54
commit 943c96ac76
3 changed files with 3 additions and 4 deletions

View File

@ -51,7 +51,6 @@ public class ItauFlatFile extends AbstractFlatFile implements RemessaInterface {
header.setValue("NumeroSequencialRegistro", FormataUtil.formatarValorPorTamanho(cabecalhoRemessa.getNumeroSequencialRegistro().toString(), 6)); header.setValue("NumeroSequencialRegistro", FormataUtil.formatarValorPorTamanho(cabecalhoRemessa.getNumeroSequencialRegistro().toString(), 6));
getFlatFile().addRecord(header); getFlatFile().addRecord(header);
} }
@Override @Override