Exportação Fiscal : ECF e RMD (issue 8120)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@64743 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
81ac29a1f1
commit
447643eb9d
|
@ -51,9 +51,9 @@ public class ExportacaoFiscal {
|
|||
|
||||
PrintWriter writer = new PrintWriter(new OutputStreamWriter(new FileOutputStream(arquivo), Constantes.UTF_8));
|
||||
|
||||
for (String tempo : tempos) {
|
||||
writer.print("-- " + tempo + UtiliteriasFiscal.QUEBRA_LINHA);
|
||||
}
|
||||
// for (String tempo : tempos) {
|
||||
// writer.print("-- " + tempo + UtiliteriasFiscal.QUEBRA_LINHA);
|
||||
// }
|
||||
|
||||
adicionarRegistroECFTipoCAB(writer, dataInicial, dataFinal, nomeEmpresa);
|
||||
// adicionarRegistroECFTipoCFC(writer, listaRegistroECFTipoCFC);
|
||||
|
|
Loading…
Reference in New Issue