diff --git a/src/com/rjconsultores/ventaboletos/service/impl/ImportacaoClientesServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/ImportacaoClientesServiceImpl.java index e8aab3105..ac8b7e82b 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/ImportacaoClientesServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/ImportacaoClientesServiceImpl.java @@ -196,7 +196,7 @@ public class ImportacaoClientesServiceImpl implements ImportacaoClientesService usaCPFComoFidelidade = ApplicationProperties.getInstance().isCustomHabilitado(CustomEnum.USA_CPF_COMO_FIDELIDADE.getDescricao()); log.info(String.format("usaCPFComoFidelidade:%s",usaCPFComoFidelidade)); try { - for (index = 1; index < rows-1; index++) { + for (index = 1; index < rows; index++) { log.info(String.format("index cliente:%s",index)); Row row = sheet.getRow(index);