From a3bc9f4f0e1361a51939289b84d858ec4adb67dc Mon Sep 17 00:00:00 2001 From: "rafael.henrique" Date: Fri, 20 Jul 2018 20:02:24 +0000 Subject: [PATCH] Arquivo de Remessa CNAB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bug#9100 bug#9803 bug#10881 dev:rafael.henrique qua:José git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@83548 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/ArquivoRemessaCNABImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }