diff --git a/src/com/rjconsultores/ventaboletos/service/impl/ArquivoRemessaCNABImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/ArquivoRemessaCNABImpl.java index ddef80d15..6f6ecd897 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/ArquivoRemessaCNABImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/ArquivoRemessaCNABImpl.java @@ -131,7 +131,7 @@ public class ArquivoRemessaCNABImpl implements ArquivoRemessaCNAB { FechamentoBoleto fechamentoBoleto = it.next(); - if(fechamentoBoleto.getFechamentoboletoId() == null){ + if(fechamentoBoleto.getRemessaId() == null){ return Boolean.TRUE; } }