From 441fab21cf1d99285c6c3765739b75522cb625f9 Mon Sep 17 00:00:00 2001 From: alberto Date: Thu, 30 Mar 2017 14:50:22 +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@67392 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../utilerias/exportacaofiscal/ExportacaoFiscal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/utilerias/exportacaofiscal/ExportacaoFiscal.java b/src/com/rjconsultores/ventaboletos/utilerias/exportacaofiscal/ExportacaoFiscal.java index 7f6581461..c56983c0e 100644 --- a/src/com/rjconsultores/ventaboletos/utilerias/exportacaofiscal/ExportacaoFiscal.java +++ b/src/com/rjconsultores/ventaboletos/utilerias/exportacaofiscal/ExportacaoFiscal.java @@ -311,7 +311,7 @@ public class ExportacaoFiscal { StringBuilder sb = new StringBuilder(); sb.append("CCF").append(SEPARADOR); - sb.append(formataCaracter(numFolioSistema, true, 6)).append(SEPARADOR); + sb.append(formataNumerico(coo, true, 6)).append(SEPARADOR); sb.append(formataValor(valorServico, 15)).append(SEPARADOR); sb.append(descontoGlobal == null ? "" : formataValor(descontoGlobal, 15)).append(SEPARADOR); sb.append(codigoParticipante == null ? "" : formataNumerico(codigoParticipante, true, 15)).append(SEPARADOR);