From ad74ed32510876d2910f32eb1c5bbdf695f73350 Mon Sep 17 00:00:00 2001 From: alberto Date: Fri, 25 Aug 2017 23:56:55 +0000 Subject: [PATCH] =?UTF-8?q?Exporta=C3=A7=C3=A3o=20Fiscal=20:=20ECF=20e=20R?= =?UTF-8?q?MD=20(issue=208120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@73117 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../utilerias/exportacaofiscal/vo/ExportacaoBPR.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/utilerias/exportacaofiscal/vo/ExportacaoBPR.java b/src/com/rjconsultores/ventaboletos/utilerias/exportacaofiscal/vo/ExportacaoBPR.java index d19a21fb4..547ca3893 100644 --- a/src/com/rjconsultores/ventaboletos/utilerias/exportacaofiscal/vo/ExportacaoBPR.java +++ b/src/com/rjconsultores/ventaboletos/utilerias/exportacaofiscal/vo/ExportacaoBPR.java @@ -114,7 +114,7 @@ public class ExportacaoBPR { Map group = new HashMap(0); for (ExportacaoBPRBase base : listaRegistroBPR) { - String key = base.getCodigoEstabelecimento() + "-" + base.getNumeroAIDFRMD(); + String key = base.getCodigoEstabelecimento() + "-" + base.getNumeroAIDFRMD() + "-" + base.getNumeroFormularioBilheteAIDF(); if (group.containsKey(key)) { continue;