Exportação Fiscal : ECF e RMD (issue 8120)

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@73117 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2017-08-25 23:56:55 +00:00
parent e6185e425f
commit ad74ed3251
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class ExportacaoBPR {
Map<String, ExportacaoRMDTipoRMD> group = new HashMap<String, ExportacaoRMDTipoRMD>(0); Map<String, ExportacaoRMDTipoRMD> group = new HashMap<String, ExportacaoRMDTipoRMD>(0);
for (ExportacaoBPRBase base : listaRegistroBPR) { for (ExportacaoBPRBase base : listaRegistroBPR) {
String key = base.getCodigoEstabelecimento() + "-" + base.getNumeroAIDFRMD(); String key = base.getCodigoEstabelecimento() + "-" + base.getNumeroAIDFRMD() + "-" + base.getNumeroFormularioBilheteAIDF();
if (group.containsKey(key)) { if (group.containsKey(key)) {
continue; continue;